tags 554301 patch
thanks

Hello,

Attached is the patch that was used to fix this in Ubuntu.
https://launchpad.net/ubuntu/+source/dbus-c++/0~20090907-1ubuntu1
Description: add missing library to fix FTBFS with --no-add-needed.
Author: Ilya Barygin <bary...@gmail.com>
Bug-Debian: http://bugs.debian.org/554301

diff -Nur -x '*.orig' -x '*~' dbus-c++-0~20090907/build-tree/dbus-c++/examples/glib/Makefile.am dbus-c++-0~20090907.new/build-tree/dbus-c++/examples/glib/Makefile.am
--- dbus-c++/examples/glib/Makefile.am	2009-09-07 22:44:36.000000000 +0400
+++ dbus-c++/examples/glib/Makefile.am	2011-01-09 15:26:08.000000000 +0300
@@ -7,7 +7,7 @@
 endif
 
 dbus_browser_SOURCES = dbus-glue.h dbus-browser.h dbus-browser.cpp $(top_srcdir)/tools/xml.cpp
-dbus_browser_LDADD = $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS)
+dbus_browser_LDADD = $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS) -lexpat
 
 dbus-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml
 	$(top_builddir)/tools/dbusxx-xml2cpp $^ --proxy=$@

Reply via email to