]> granicus.if.org Git - php/commitdiff
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
authorJani Taskinen <jani@php.net>
Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)
committerJani Taskinen <jani@php.net>
Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)
# Until someone shows me use case for LDFLAGS, this is gone.
# This was wrong place to import it anyway.

configure.in

index bbf236523f3149b2cb0dd600cf0416797d555494..ae273a2294f99627d41536e6e15877512c185370 100644 (file)
@@ -984,7 +984,6 @@ 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().