Skip to content

Commit

Permalink
save LDFLAGS in EXTRA_LDFLAGS before unsetting
Browse files Browse the repository at this point in the history
this patch makes sure that LDFLAGS are taken into account when
configuring the build
  • Loading branch information
tony2001 committed Sep 24, 2009
1 parent 7b50b07 commit 5e810ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ 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().
Expand Down

0 comments on commit 5e810ee

Please sign in to comment.