From: Andreas Hasenack Date: Mon, 3 Sep 2018 17:00:52 +0000 (-0300) Subject: Link the dbus library with the boost libraries (Fixes #424) X-Git-Tag: v0.6.0~5^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=12f637d356714d7eca6dcfd264cd45540d7a7aaa;p=thirdparty%2Fsnapper.git Link the dbus library with the boost libraries (Fixes #424) This fixes a build problem in Ubuntu on armhf where an unresolved symbol was reported. --- diff --git a/dbus/Makefile.am b/dbus/Makefile.am index eb8769d3..f9521a8b 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -12,4 +12,4 @@ libdbus_la_SOURCES = \ DBusMainLoop.cc DBusMainLoop.h libdbus_la_LIBADD = $(DBUS_LIBS) - +libdbus_la_LDFLAGS = -lboost_system -lboost_thread