]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fix libs checking with --as-needed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Dec 2006 15:18:09 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-link.patch -> 1.1

ffmpeg-link.patch [new file with mode: 0644]

diff --git a/ffmpeg-link.patch b/ffmpeg-link.patch
new file mode 100644 (file)
index 0000000..007847e
--- /dev/null
@@ -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(){
This page took 0.036329 seconds and 4 git commands to generate.