Package: jackeq Version: 0.4.1-4 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
Hi, jackeq FTBFS again in Ubuntu because we applied --as-needed as a default link option, meaning that required libraries added previously has to be moved from LDFLAGS to LDADD. This is what this patch do. After applying it, jackeq builds fine again. *** /tmp/tmpZCaWsb I haven't uploaded the patch to Ubuntu: if you think you won't have time to have a look, just tell me so, and I'll upload it in Ubuntu. thanks, Fabrice -- System Information: Debian Release: squeeze/sid APT prefers maverick-updates APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick-proposed'), (500, 'maverick') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35-23-generic (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru jackeq-0.4.1/debian/patches/01-binutils_gold.patch jackeq-0.4.1/debian/patches/01-binutils_gold.patch --- jackeq-0.4.1/debian/patches/01-binutils_gold.patch 2010-11-02 20:51:41.000000000 +0100 +++ jackeq-0.4.1/debian/patches/01-binutils_gold.patch 2010-11-25 06:58:29.000000000 +0100 @@ -8,25 +8,26 @@ src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---- jackeq.orig/src/Makefile.am -+++ jackeq/src/Makefile.am -@@ -6,7 +6,7 @@ INCLUDES = \ - @PACKAGE_CFLAGS@ +Index: jackeq-0.4.1/src/Makefile.am +=================================================================== +--- jackeq-0.4.1.orig/src/Makefile.am 2003-11-19 08:40:30.000000000 +0100 ++++ jackeq-0.4.1/src/Makefile.am 2010-11-25 06:58:22.150880986 +0100 +@@ -29,4 +29,4 @@ + support.c support.h \ + help.c help.h - jackeq_CFLAGS = -g -ffast-math --jackeq_LDFLAGS = -lm -+jackeq_LDFLAGS = -lm -ldl +-jackeq_LDADD = @PACKAGE_LIBS@ ++jackeq_LDADD = @PACKAGE_LIBS@ -ldl +Index: jackeq-0.4.1/src/Makefile.in +=================================================================== +--- jackeq-0.4.1.orig/src/Makefile.in 2006-04-19 23:19:27.000000000 +0200 ++++ jackeq-0.4.1/src/Makefile.in 2010-11-25 06:58:04.270881002 +0100 +@@ -192,7 +192,7 @@ + support.c support.h \ + help.c help.h - bin_PROGRAMS = jackeq +-jackeq_LDADD = @PACKAGE_LIBS@ ++jackeq_LDADD = @PACKAGE_LIBS@ -ldl + all: all-am
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers