SOURCES: ffmpeg-link.patch (NEW) - fix libs checking with --as-needed

qboosh qboosh at pld-linux.org
Sat Dec 9 16:18:14 CET 2006


Author: qboosh                       Date: Sat Dec  9 15:18:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix libs checking with --as-needed

---- Files affected:
SOURCES:
   ffmpeg-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-link.patch
diff -u /dev/null SOURCES/ffmpeg-link.patch:1.1
--- /dev/null	Sat Dec  9 16:18:14 2006
+++ SOURCES/ffmpeg-link.patch	Sat Dec  9 16:18:09 2006
@@ -0,0 +1,11 @@
+--- ffmpeg-export-2006-12-04/configure.orig	2006-12-09 15:54:35.240089000 +0100
++++ ffmpeg-export-2006-12-04/configure	2006-12-09 15:59:15.528061817 +0100
+@@ -311,7 +311,7 @@
+ check_ld(){
+     log check_ld "$@"
+     check_cc || return
+-    check_cmd $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
++    check_cmd $cc $LDFLAGS -o $TMPE $TMPO "$@" $extralibs
+ }
+ 
+ check_cflags(){
================================================================


More information about the pld-cvs-commit mailing list