[SCM] a2jmidid/master: Add patch to prevent FTBFS with binutils-gold (Closes: #603272).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Nov 12 13:19:39 UTC 2010


The following commit has been merged in the master branch:
commit e68df643e9d9f64aacbfc85b34dcd610a12cc430
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Nov 12 14:19:20 2010 +0100

    Add patch to prevent FTBFS with binutils-gold (Closes: #603272).

diff --git a/debian/patches/binutils_gold.patch b/debian/patches/binutils_gold.patch
new file mode 100644
index 0000000..3e47714
--- /dev/null
+++ b/debian/patches/binutils_gold.patch
@@ -0,0 +1,19 @@
+Description: Append -ldl to the LIB list to fix FTBFS with binutils-gold.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603272
+Bug: https://gna.org/bugs/index.php?17075
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: yes
+---
+ wscript |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a2jmidid.orig/wscript
++++ a2jmidid/wscript
+@@ -55,6 +55,7 @@ def set_options(opt):
+ 
+ def configure(conf):
+     conf.check_tool('compiler_cc')
++    conf.env.append_value('LIB', 'dl')
+ 
+     conf.check_pkg('alsa', mandatory=True)
+     conf.check_pkg('jack', vnum="0.109.0", mandatory=True)
diff --git a/debian/patches/series b/debian/patches/series
index 08f19ac..0002217 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 armel-sig-reg-fix.diff
 shebangs.diff
+binutils_gold.patch

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list