Package: nodau Version: 0.2.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmp3avQcs In Ubuntu, the attached patch was applied to achieve the following: Hi, this package fails to build from source with binutils-gold, this patch solves this problem. Regards, * Reorder LIBS to fix ftbfs with binutils-gold (LP: #785135) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-generic (SMP w/1 CPU core) Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru nodau-0.2.1/debian/patches/fix-ftbfs-with-binutils-gold nodau-0.2.1/debian/patches/fix-ftbfs-with-binutils-gold --- nodau-0.2.1/debian/patches/fix-ftbfs-with-binutils-gold 1970-01-01 01:00:00.000000000 +0100 +++ nodau-0.2.1/debian/patches/fix-ftbfs-with-binutils-gold 2011-05-19 14:18:48.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Reorder LIBS to fix ftbfs with binutils-gold +Author: Angel Abad <angela...@ubuntu.com> +Bug-Ubuntu: http://launchpad.net/bugs/785135 + +Index: nodau-0.2.1/build/Makefile +=================================================================== +--- nodau-0.2.1.orig/build/Makefile 2011-05-19 14:18:02.000000000 +0200 ++++ nodau-0.2.1/build/Makefile 2011-05-19 14:18:45.000000000 +0200 +@@ -1,7 +1,7 @@ + include ../Makefile.inc + + all: +- $(CC) $(CLIBS) -o ../$(TARGET) $(OBJS) ++ $(CC) -o ../$(TARGET) $(OBJS) $(CLIBS) + + clean: + rm -f *.o diff -Nru nodau-0.2.1/debian/patches/series nodau-0.2.1/debian/patches/series --- nodau-0.2.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ nodau-0.2.1/debian/patches/series 2011-05-19 14:18:19.000000000 +0200 @@ -0,0 +1 @@ +fix-ftbfs-with-binutils-gold