Package: librest
Version: 0.7.2+git20100820.ad370df7-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

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

  * fix-missing-libs-binutils-gold.patch: fix FTBFS with binutils-gold by
    patching Makefile.am to add explicitly 2 libs (libgobject-2.0 and
    libglib-2.0).

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-22-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 librest-0.7.2+git20100820.ad370df7/debian/patches/fix-missing-libs-binutils-gold.patch librest-0.7.2+git20100820.ad370df7/debian/patches/fix-missing-libs-binutils-gold.patch
--- librest-0.7.2+git20100820.ad370df7/debian/patches/fix-missing-libs-binutils-gold.patch	1970-01-01 01:00:00.000000000 +0100
+++ librest-0.7.2+git20100820.ad370df7/debian/patches/fix-missing-libs-binutils-gold.patch	2010-10-20 20:22:02.000000000 +0200
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with binutils gold by explicitly adding libgobject-2.0
+ and libglib-2.0 to libraries used to link gtkdoc
+Author: Fabrice Coutadeur <[email protected]>
+--- librest-0.7.2+git20100820.ad370df7.orig/docs/reference/rest/Makefile.am
++++ librest-0.7.2+git20100820.ad370df7/docs/reference/rest/Makefile.am
+@@ -72,7 +72,7 @@ expand_content_files=
+ # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+ # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
+ INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(SOUP_CFLAGS) $(XML_CFLAGS)
+-GTKDOC_LIBS=$(top_builddir)/rest/libre...@[email protected] $(top_builddir)/rest-extras/librest-extr...@[email protected]
++GTKDOC_LIBS=$(top_builddir)/rest/libre...@[email protected] $(top_builddir)/rest-extras/librest-extr...@[email protected] -lgobject-2.0 -lglib-2.0
+ 
+ # This includes the standard gtk-doc make rules, copied by gtkdocize.
+ include $(top_srcdir)/gtk-doc.make
diff -Nru librest-0.7.2+git20100820.ad370df7/debian/patches/series librest-0.7.2+git20100820.ad370df7/debian/patches/series
--- librest-0.7.2+git20100820.ad370df7/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ librest-0.7.2+git20100820.ad370df7/debian/patches/series	2010-10-20 20:19:47.000000000 +0200
@@ -0,0 +1 @@
+fix-missing-libs-binutils-gold.patch

Reply via email to