Subject: hack to get orcus/autotools build against boost 1.53
From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55435
Forwarded: https://bugs.freedesktop.org/attachment.cgi?id=80565&action=edit
--
--- liborcus-0.7.0.orig/src/Makefile.am
+++ liborcus-0.7.0/src/Makefile.am
@@ -67,6 +67,7 @@
 	liborcus/liborcus-@ORCUS_API_VERSION@.la
 
 orcus_xml_dump_CPPFLAGS = -I$(top_builddir)/lib/liborcus/liborcus.la $(COMMON_CPPFLAGS)
+orcus_xml_dump_LDFLAGS = -lboost_system
 
 #----------------------------------------------------------------------------
 
