[SCM] schism/master: Reintroduce and refresh 01-binutils_gold.patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Feb 18 14:20:46 UTC 2011


The following commit has been merged in the master branch:
commit 00e7430a0b883f8ec2275bac539ebafb34291260
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Feb 18 15:20:03 2011 +0100

    Reintroduce and refresh 01-binutils_gold.patch.

diff --git a/debian/patches/01-binutils_gold.patch b/debian/patches/01-binutils_gold.patch
new file mode 100644
index 0000000..1809548
--- /dev/null
+++ b/debian/patches/01-binutils_gold.patch
@@ -0,0 +1,19 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: FTBFS with binutils-gold.
+ Add -ldl to linking options to prevent FTBFS with newer release
+ of the GNU's linker.
+Bug-Debian: http://bugs.debian.org/556337
+Forwarded: no
+---
+ Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- schism.orig/Makefile.am
++++ schism/Makefile.am
+@@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa)
+ AM_OBJCFLAGS = $(AM_CFLAGS)
+ 
+ schismtracker_DEPENDENCIES = $(files_windres)
+-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
++schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..913fdce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-binutils_gold.patch

-- 
schism packaging



More information about the pkg-multimedia-commits mailing list