Package: cpipe
Version: 3.0.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



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

Hi, this package ftbfs with binutils-gold, because linking order,
this patch solves this problem.

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 -u cpipe-3.0.1/makefile cpipe-3.0.1/makefile
--- cpipe-3.0.1/makefile
+++ cpipe-3.0.1/makefile
@@ -19,7 +19,7 @@
 
 ########################################################################
 cpipe: cpipe.o cmdline.o
-	$(CC) -lm -o $@ cpipe.o cmdline.o
+	$(CC) -o $@ cpipe.o cmdline.o -lm
 
 cpipe.o: cpipe.c cmdline.h

Reply via email to