tony2001                                 Thu, 24 Sep 2009 10:43:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=288649

Log:
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_3/configure.in
    U   php/php-src/trunk/configure.in

Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2009-09-24 10:29:22 UTC (rev 
288648)
+++ php/php-src/branches/PHP_5_3/configure.in   2009-09-24 10:43:13 UTC (rev 
288649)
@@ -994,6 +994,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().

Modified: php/php-src/trunk/configure.in
===================================================================
--- php/php-src/trunk/configure.in      2009-09-24 10:29:22 UTC (rev 288648)
+++ php/php-src/trunk/configure.in      2009-09-24 10:43:13 UTC (rev 288649)
@@ -983,6 +983,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

Reply via email to