1
0
mirror of https://github.com/openSUSE/snapper.git synced 2026-02-05 15:46:00 +01:00

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.
This commit is contained in:
Andreas Hasenack
2018-09-03 14:00:52 -03:00
parent d610a3ab68
commit 12f637d356

View File

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