From: Antony Dovgal Date: Fri, 25 Sep 2009 07:10:29 +0000 (+0000) Subject: MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting X-Git-Tag: php-5.2.12RC1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5cf5939f893cf5e52e4539d7c6533a1fd9cad96;p=php MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting this patch makes sure that LDFLAGS are taken into account when configuring the build --- diff --git a/configure.in b/configure.in index 42d19473f7..6669adc7ab 100644 --- a/configure.in +++ b/configure.in @@ -965,6 +965,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().