]> 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 70a7bf779e98085f92d36fd6d528d6a6c6592081..0271a6477f8d8224d21bef1cb69f8b06981f2473 100644 (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().