summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-12-22 09:57:19 +0000
committerJani Taskinen <jani@php.net>2009-12-22 09:57:19 +0000
commit294401cfa056eef6dcb6ff2d0f73254396e567be (patch)
tree954f2514fa8c6f596b23486687ebc9c9a713afc6
parent7d9a7dbad659f33ffe57ebd9ed7600c6afb36557 (diff)
downloadphp-git-294401cfa056eef6dcb6ff2d0f73254396e567be.tar.gz
- 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.
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bbf236523f..ae273a2294 100644
--- a/configure.in
+++ b/configure.in
@@ -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().