From: Ilia Alshanetsky Date: Fri, 14 Oct 2005 15:35:56 +0000 (+0000) Subject: Pear installer fix X-Git-Tag: php-5.1.0RC3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb28594aa5c244e0408736729cdf3164e9113077;p=php Pear installer fix --- diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 1bb77198d6..492f4e1af5 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -6,7 +6,7 @@ peardir=$(PEAR_INSTALLDIR) PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL install-pear-installer: $(top_builddir)/sapi/cli/php - @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)" + @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" install-pear: @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"