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:
Antony Dovgal 2009-09-24 10:43:13 +00:00
parent 7b50b0794d
commit 5e810ee5e4

View File

@ -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().