mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- Fixed bug #34583 ("make install" prematurely fails because of PEAR)
This commit is contained in:
@@ -1181,7 +1181,7 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
|
||||
CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
|
||||
|
||||
all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
|
||||
install_targets="$install_modules $install_pear install-build install-headers install-programs"
|
||||
install_targets="$install_modules install-build install-headers install-programs $install_pear"
|
||||
|
||||
case $PHP_SAPI in
|
||||
cgi)
|
||||
|
||||
@@ -14,6 +14,5 @@ install-pear:
|
||||
$(MAKE) -s install-pear-installer; \
|
||||
else \
|
||||
cat $(srcdir)/install-pear.txt; \
|
||||
exit 5; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user