[SCM] jackeq packaging branch, master, updated. debian/0.4.1-1-15-gb4b8d2a

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jul 9 15:26:18 UTC 2010


The following commit has been merged in the master branch:
commit b4b8d2a19e45c1b793ac3679d69446162c3205cf
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jul 9 17:26:11 2010 +0200

    Add patch to fix build failure with binutils-gold (Closes: #554927).

diff --git a/debian/patches/01-binutils_gold.patch b/debian/patches/01-binutils_gold.patch
new file mode 100644
index 0000000..54d7a75
--- /dev/null
+++ b/debian/patches/01-binutils_gold.patch
@@ -0,0 +1,20 @@
+Description: FTBFS with binutils-gold.
+ Add -ldl to prevent FTBFS with the new version of the linker.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/554927
+Forwarded: no
+---
+ src/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jackeq.orig/src/Makefile.am
++++ jackeq/src/Makefile.am
+@@ -6,7 +6,7 @@ INCLUDES = \
+ 	@PACKAGE_CFLAGS@
+ 
+ jackeq_CFLAGS = -g -ffast-math
+-jackeq_LDFLAGS = -lm
++jackeq_LDFLAGS = -lm -ldl
+ 
+ bin_PROGRAMS = jackeq
+ 
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

-- 
jackeq packaging



More information about the pkg-multimedia-commits mailing list