summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven M. Schultz <sms@2bsd.com>2005-08-09 23:34:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-08-09 23:34:50 +0000
commitf2af0e5e545168a6a4ae769b3c407f7065cfb74b (patch)
treee41c9ebf329e9ddcf12250aca43425cc03f9d876
parent2a4e872b05055be1a21a190d1bac7d79dffbf37e (diff)
remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, 2BSD COM )
Originally committed as revision 4499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 063543c5c8..76b642a950 100755
--- a/configure
+++ b/configure
@@ -312,7 +312,7 @@ SHFLAGS="-dynamiclib"
extralibs=""
darwin="yes"
strip="strip -x"
-LDFLAGS="-Wl,-d,-search_paths_first"
+LDFLAGS="-Wl,-search_paths_first"
FFSLDFLAGS=-Wl,-bind_at_load
;;
MINGW32*)