Package: bastet
Version: 0.41-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmp2eJpjT

Hi! This packages ftbfs with binutils-gold, in the future Debian will
use this new toolchain. This patch solves the problem reordering LDFLAGS

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 bastet-0.41/debian/patches/series bastet-0.41/debian/patches/series
--- bastet-0.41/debian/patches/series
+++ bastet-0.41/debian/patches/series
@@ -2,0 +3 @@
+03_fix_ftbfs_with_binutils_gold.patch
only in patch2:
unchanged:
--- bastet-0.41.orig/debian/patches/03_fix_ftbfs_with_binutils_gold.patch
+++ bastet-0.41/debian/patches/03_fix_ftbfs_with_binutils_gold.patch
@@ -0,0 +1,13 @@
+Index: bastet-0.41/Makefile
+===================================================================
+--- bastet-0.41.orig/Makefile	2011-02-06 14:29:59.652547002 +0000
++++ bastet-0.41/Makefile	2011-02-06 14:30:24.462547001 +0000
+@@ -19,7 +19,7 @@
+ all: $(EXNAME)
+ 
+ $(EXNAME) : $(SOURCES:.c=.o)
+-	$(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o)
++	$(CC) -o $(EXNAME) $(SOURCES:.c=.o) $(LDFLAGS)
+ 
+ %.d: %.c
+ 	set -e; $(CC) -MM $(CFLAGS) $< \

Reply via email to