summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-06 02:30:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-06 02:30:03 +0000
commit4850b2d243f2f62617029335e6a7cd7a0c7d8afc (patch)
treec685646af6ad900eb4310ebd107229374688f44e /configure
parent620fe604a800f1da05bff714e4049a7e615b92d3 (diff)
LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d70c81f629..4c210e1d0f 100755
--- 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*)