]> granicus.if.org Git - php/commitdiff
MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting
authorAntony Dovgal <tony2001@php.net>
Fri, 25 Sep 2009 07:10:29 +0000 (07:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 25 Sep 2009 07:10:29 +0000 (07:10 +0000)
this patch makes sure that LDFLAGS are taken into account when
configuring the build

configure.in

index 42d19473f7c565e5660d1c516c83fab0cf286c08..6669adc7abeae12a6a25c6b3bb200cb7fb5c6794 100644 (file)
@@ -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().