LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Jan 2004 02:30:03 +0000 (02:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Jan 2004 02:30:03 +0000 (02:30 +0000)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d70c81f..4c210e1 100755 (executable)
--- a/configure
+++ b/configure
@@ -237,7 +237,7 @@ SHFLAGS="-dynamiclib"
 extralibs=""
 darwin="yes"
 strip="strip -x"
-LDFLAGS="-d"
+LDFLAGS="-Wl,-d"
 FFSLDFLAGS=-Wl,-bind_at_load
 ;;
 MINGW32*)