Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > bf691e7ba98ebc18a49ad0f8a44cae08 > files > 1

snapper-0.5.6-1.mga7.src.rpm

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