]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Link the dbus library with the boost libraries (Fixes #424) 425/head
authorAndreas Hasenack <andreas@canonical.com>
Mon, 3 Sep 2018 17:00:52 +0000 (14:00 -0300)
committerAndreas Hasenack <andreas@canonical.com>
Mon, 3 Sep 2018 17:00:52 +0000 (14:00 -0300)
This fixes a build problem in Ubuntu on armhf where an unresolved symbol
was reported.

dbus/Makefile.am

index eb8769d314c00f19391232f5e06fd8df12afc016..f9521a8b15c9f779728408eb7ceaacd477493f56 100644 (file)
@@ -12,4 +12,4 @@ libdbus_la_SOURCES =                                  \
        DBusMainLoop.cc         DBusMainLoop.h
 
 libdbus_la_LIBADD = $(DBUS_LIBS)
-
+libdbus_la_LDFLAGS = -lboost_system -lboost_thread