mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
- Use the non-zlib version of the PHAR.
This commit is contained in:
parent
a03039bade
commit
1017c44f4a
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
|
|||
|
||||
install-pear:
|
||||
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
|
||||
@if test ! -f $(srcdir)/install-pear.phar; then \
|
||||
wget http://pear.php.net/install-pear.phar -nd -P $(srcdir); \
|
||||
@if test ! -f $(srcdir)/install-pear-nozlib.phar; then \
|
||||
wget http://pear.php.net/install-pear-nozlib.phar -nd -P $(srcdir); \
|
||||
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; \
|
||||
else \
|
||||
cat $(srcdir)/install-pear.txt; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue