From f2af0e5e545168a6a4ae769b3c407f7065cfb74b Mon Sep 17 00:00:00 2001 From: "Steven M. Schultz" Date: Tue, 9 Aug 2005 23:34:50 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- cgit v1.2.3