mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
This commit is contained in:
parent
d271615ba4
commit
21a6e1f962
1 changed files with 3 additions and 3 deletions
|
@ -946,7 +946,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then
|
|||
EXTRA_LIBS="-lcrypt $EXTRA_LIBS -lcrypt"
|
||||
fi
|
||||
|
||||
unset LIBS LDFLAGS
|
||||
#unset LIBS LDFLAGS
|
||||
|
||||
dnl PEAR
|
||||
dnl -------------------------------------------------------------------------
|
||||
|
@ -1029,7 +1029,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then
|
|||
fi
|
||||
|
||||
ZEND_EXTRA_LIBS="$LIBS"
|
||||
unset LIBS LDFLAGS
|
||||
#unset LIBS LDFLAGS
|
||||
|
||||
PHP_HELP_SEPARATOR([TSRM:])
|
||||
PHP_CONFIGURE_PART(Configuring TSRM)
|
||||
|
@ -1041,7 +1041,7 @@ fi
|
|||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
|
||||
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $LDFLAGS"
|
||||
EXTRA_LIBS="$EXTRA_LIBS $LIBS"
|
||||
unset LIBS LDFLAGS
|
||||
#unset LIBS LDFLAGS
|
||||
|
||||
test "$prefix" = "NONE" && prefix=/usr/local
|
||||
test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue