jani                                     Tue, 22 Dec 2009 09:57:19 +0000

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

Log:
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)

# Until someone shows me use case for LDFLAGS, this is gone.
# This was wrong place to import it anyway.

Bug: http://bugs.php.net/50517 (Open) EXTRA_LDFLAGS polluted by wrong entries
      
Changed paths:
    U   php/php-src/branches/PHP_5_2/configure.in
    U   php/php-src/branches/PHP_5_3/configure.in
    U   php/php-src/trunk/configure.in

Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in   2009-12-22 09:07:31 UTC (rev 
292469)
+++ php/php-src/branches/PHP_5_2/configure.in   2009-12-22 09:57:19 UTC (rev 
292470)
@@ -959,7 +959,6 @@
 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/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2009-12-22 09:07:31 UTC (rev 
292469)
+++ php/php-src/branches/PHP_5_3/configure.in   2009-12-22 09:57:19 UTC (rev 
292470)
@@ -984,7 +984,6 @@
 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-12-22 09:07:31 UTC (rev 292469)
+++ php/php-src/trunk/configure.in      2009-12-22 09:57:19 UTC (rev 292470)
@@ -978,7 +978,6 @@
 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