mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix Bug #43857
This commit is contained in:
parent
4397aa9881
commit
d6a608f7e1
1 changed files with 3 additions and 1 deletions
|
@ -7,9 +7,11 @@ PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror
|
||||||
|
|
||||||
WGET = `which wget 2>/dev/null`
|
WGET = `which wget 2>/dev/null`
|
||||||
FETCH = `which fetch 2>/dev/null`
|
FETCH = `which fetch 2>/dev/null`
|
||||||
|
PEAR_PREFIX = -dp a${program_prefix}
|
||||||
|
PEAR_SUFFIX = -ds a$(program_suffix)
|
||||||
|
|
||||||
install-pear-installer: $(SAPI_CLI_PATH)
|
install-pear-installer: $(SAPI_CLI_PATH)
|
||||||
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"
|
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX}
|
||||||
|
|
||||||
install-pear:
|
install-pear:
|
||||||
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
|
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue