From: Greg Beaver Date: Wed, 8 Feb 2006 01:11:59 +0000 (+0000) Subject: fix Bug #36001: make install fails when --enable-memory-limit used X-Git-Tag: php-4.4.3RC1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=045baa569ab94ade8b48ce59b042f63b08374aaa;p=php fix Bug #36001: make install fails when --enable-memory-limit used --- diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 01173d5dd9..c55a88349b 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -3,7 +3,7 @@ peardir=$(PEAR_INSTALLDIR) # Skip all php.ini files altogether -PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 +PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dmemory_limit=-1 install-pear-packages: $(top_builddir)/sapi/cli/php @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php -d "$(peardir)" -b "$(bindir)" $(srcdir)/packages/*.tar