- Use the non-zlib version of the PHAR.

This commit is contained in:
Derick Rethans 2005-10-14 13:41:47 +00:00
parent a03039bade
commit 1017c44f4a

View file

@ -10,10 +10,10 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
install-pear: install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
@if test ! -f $(srcdir)/install-pear.phar; then \ @if test ! -f $(srcdir)/install-pear-nozlib.phar; then \
wget http://pear.php.net/install-pear.phar -nd -P $(srcdir); \ wget http://pear.php.net/install-pear-nozlib.phar -nd -P $(srcdir); \
fi fi
@if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ @if test -f $(srcdir)/install-pear-nozlib.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
$(MAKE) -s install-pear-installer; \ $(MAKE) -s install-pear-installer; \
else \ else \
cat $(srcdir)/install-pear.txt; \ cat $(srcdir)/install-pear.txt; \