Package: doodle
Version: 0.6.7-10
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch



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

Hi! This package fails to build from source with bintuils-gold, this
patch solves the problem.

Regards

  * debian/patches/03-fix-ftbfs-with-binutils-gold.patch:
    - Add -lextractor to fix FTBFS with binutils-gold (LP: #770879)


Thanks for considering the patch.


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

Kernel: Linux 3.0.0-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u doodle-0.6.7/debian/patches/series doodle-0.6.7/debian/patches/series
--- doodle-0.6.7/debian/patches/series
+++ doodle-0.6.7/debian/patches/series
@@ -2,0 +3 @@
+03-fix-ftbfs-with-binutils-gold.patch
only in patch2:
unchanged:
--- doodle-0.6.7.orig/debian/patches/03-fix-ftbfs-with-binutils-gold.patch
+++ doodle-0.6.7/debian/patches/03-fix-ftbfs-with-binutils-gold.patch
@@ -0,0 +1,15 @@
+Description: Add -lextractor to fix FTBFS with binutils-gold
+Author: Angel Abad <[email protected]>
+Bug-Ubuntu: https://launchpad.net/bugs/770879
+
+--- a/src/doodle/Makefile.in
++++ b/src/doodle/Makefile.in
+@@ -205,7 +205,7 @@
+ LIBINTL = @LIBINTL@
+ LIBOBJS = @LIBOBJS@
+ LIBS = \
+- @LTLIBINTL@ @LIBS@
++ @LTLIBINTL@ @LIBS@ -lextractor
+ 
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@

Reply via email to