File snapper-12f637d.patch of Package snapper.18768

From 12f637d356714d7eca6dcfd264cd45540d7a7aaa Mon Sep 17 00:00:00 2001
From: Andreas Hasenack <andreas@canonical.com>
Date: Mon, 3 Sep 2018 14:00:52 -0300
Subject: [PATCH] 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.
---
 dbus/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
openSUSE Build Service is sponsored by