[SCM] libav/experimental: LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:38:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 4850b2d243f2f62617029335e6a7cd7a0c7d8afc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 6 02:30:03 2004 +0000

    LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
    
    Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index d70c81f..4c210e1 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*)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list