mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
save LDFLAGS in EXTRA_LDFLAGS before unsetting
this patch makes sure that LDFLAGS are taken into account when configuring the build
This commit is contained in:
parent
7b50b0794d
commit
5e810ee5e4
@ -994,6 +994,7 @@ case $php_build_target in
|
||||
esac
|
||||
|
||||
EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
|
||||
|
||||
dnl this has to be here to prevent the openssl crypt() from
|
||||
dnl overriding the system provided crypt().
|
||||
|
Loading…
Reference in New Issue
Block a user