tony2001 Fri, 25 Sep 2009 07:10:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288722
Log:
MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting
this patch makes sure that LDFLAGS are taken into account when
configuring the build
Changed paths:
U php/php-src/branches/PHP_5_2/configure.in
Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in 2009-09-25 07:04:39 UTC (rev
288721)
+++ php/php-src/branches/PHP_5_2/configure.in 2009-09-25 07:10:29 UTC (rev
288722)
@@ -965,6 +965,7 @@
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().
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php