[csw-devel] SF.net SVN: gar:[19329] csw/mgar/pkg/ffmpeg/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Sep 29 21:19:33 CEST 2012


Revision: 19329
          http://gar.svn.sourceforge.net/gar/?rev=19329&view=rev
Author:   chninkel
Date:     2012-09-29 19:19:33 +0000 (Sat, 29 Sep 2012)
Log Message:
-----------
ffmpeg/trunk: removed GNU ld specific options

Modified Paths:
--------------
    csw/mgar/pkg/ffmpeg/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/ffmpeg/trunk/files/0004-remove-GNU-ld-specific-options.patch

Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile	2012-09-29 19:08:53 UTC (rev 19328)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile	2012-09-29 19:19:33 UTC (rev 19329)
@@ -24,6 +24,7 @@
 PATCHFILES += 0001-fix-version.sh.patch
 PATCHFILES += 0003-change-linker-flags.patch
 PATCHFILES += 0003-fix_a_few_shells.patch
+PATCHFILES += 0004-remove-GNU-ld-specific-options.patch
 
 LICENSE = COPYING.GPLv3
 

Added: csw/mgar/pkg/ffmpeg/trunk/files/0004-remove-GNU-ld-specific-options.patch
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/files/0004-remove-GNU-ld-specific-options.patch	                        (rev 0)
+++ csw/mgar/pkg/ffmpeg/trunk/files/0004-remove-GNU-ld-specific-options.patch	2012-09-29 19:19:33 UTC (rev 19329)
@@ -0,0 +1,24 @@
+From 38f1e7dee2711117bc6f9cde25ab2a31531cb5e6 Mon Sep 17 00:00:00 2001
+From: Yann Rouillard <yann at pleiades.fr.eu.org>
+Date: Sat, 29 Sep 2012 17:19:27 +0200
+Subject: [PATCH] Remove GNU ld specific options
+
+---
+ configure | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure b/configure
+index fa6e845..505508e 100755
+--- a/configure
++++ b/configure
+@@ -3372,7 +3372,6 @@ enabled extra_warnings && check_cflags -Winline
+ 
+ # add some linker flags
+ check_ldflags -Wl,--warn-common
+-check_ldflags -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
+ test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
+ 
+ enabled xmm_clobber_test &&                             \
+-- 
+1.7.12
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list