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

configure.in

index a872d1e0b198bbb33514cf447b908030ef66acde..79a5f11c4e5c8111ab10487522aa882c339b727a 100644 (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().