Package: bombardier
Version: 0.8.3+nmu1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpCwjd2m
In Ubuntu, the attached patch was applied to achieve the following:

Hi! This package ftbfs with new toolchain binutils-gold, please consider
apply it because in the future Debian will use binutils-gold too.

Thanks!

  * Correct linking order to prevent FTBFS with newest toolchain.


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-8-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 bombardier-0.8.3+nmu1/Makefile bombardier-0.8.3+nmu1ubuntu1/Makefile
--- bombardier-0.8.3+nmu1/Makefile	2009-10-11 14:40:32.000000000 +0200
+++ bombardier-0.8.3+nmu1ubuntu1/Makefile	2011-01-31 17:31:57.000000000 +0100
@@ -12,7 +12,7 @@
 all: bombardier
 
 bombardier: $(OBJS)
-	$(CC) $(LDFLAGS) -o $@ $(OBJS)
+	$(CC) -o $@ $(OBJS) $(LDFLAGS)
 
 clean:
 	rm -f $(OBJS) bombardier

Reply via email to