Go ahead, looks like a good fix.

On 2009-09-24, at 6:50 AM, Antony Dovgal wrote:

Ilia, let me know if you want this merged into 5_2.
Jani thinks it should be ok, but I prefer to hear from you first.

On 24.09.2009 14:43, Antony Dovgal wrote:
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().




--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to