summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2005-10-14 15:35:57 +0000
committerSVN Migration <svn@php.net>2005-10-14 15:35:57 +0000
commit096ec90b49a3855700bc06b7e46f609f79e3395f (patch)
tree3d8aead55be9ef6fbf05f6457258c529e9ee45a7
parent1017c44f4a8f20d96a94783195eb5414e382aa6a (diff)
downloadphp-git-096ec90b49a3855700bc06b7e46f609f79e3395f.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_1_0RC2'.php-5.1.0RC2
-rw-r--r--pear/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
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)/"