Package: projectfootball
Version: 0.2.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu we use bintuils-gold, and this package ftbfs with it, in
the future debian will use binutils-gold too, so I think this change
will be interesting for Debian.

Thanks!

*** /tmp/tmpWPoVlM
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/patches/fix_ftbfs_with_binutils_gold:
    - Add SDL and boost_system to linker flags to fix FTBFS with
      binutils-gold (LP: #683131)

We thought you might be interested in doing the same. 


-- 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-5-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 projectfootball-0.2.1/debian/patches/fix_ftbfs_with_binutils_gold projectfootball-0.2.1/debian/patches/fix_ftbfs_with_binutils_gold
--- projectfootball-0.2.1/debian/patches/fix_ftbfs_with_binutils_gold	1970-01-01 01:00:00.000000000 +0100
+++ projectfootball-0.2.1/debian/patches/fix_ftbfs_with_binutils_gold	2010-11-30 15:21:11.000000000 +0100
@@ -0,0 +1,13 @@
+Description: Add SDL and boost_system to linker flags to fix FTBFS
+ with binutils-gold
+Author: Angel Abad
+Bug-Ubuntu: https://launchpad.net/bugs/683131
+
+--- projectfootball-0.2.1.orig/Release/objects.mk
++++ projectfootball-0.2.1/Release/objects.mk
+@@ -4,4 +4,4 @@
+ 
+ USER_OBJS :=
+ 
+-LIBS := -lSDL_mixer -lboost_filesystem-mt -lboost_thread-mt -lsqlite3 -llua5.1 -lOIS -lOgreMain -lCEGUIOgreRenderer -lCEGUIBase
++LIBS := -lSDL_mixer -lboost_filesystem-mt -lboost_thread-mt -lsqlite3 -llua5.1 -lOIS -lOgreMain -lCEGUIOgreRenderer -lCEGUIBase -lSDL -lboost_system
diff -Nru projectfootball-0.2.1/debian/patches/series projectfootball-0.2.1/debian/patches/series
--- projectfootball-0.2.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ projectfootball-0.2.1/debian/patches/series	2010-11-30 14:35:43.000000000 +0100
@@ -0,0 +1 @@
+fix_ftbfs_with_binutils_gold

Reply via email to