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 9326836676
commit 36a7f82c31

View File

@ -983,6 +983,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().