]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- with boost 1.53 boost_system is required when using boost_thread
authorArvin Schnell <aschnell@suse.de>
Wed, 29 May 2013 12:31:12 +0000 (14:31 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 29 May 2013 12:31:12 +0000 (14:31 +0200)
snapper/Makefile.am

index c9c74df8d7cd3fc9d1ced68a5c4c9df6d5944ae4..5296246bae327cbc144336ee53df09756fb9d56e 100644 (file)
@@ -53,7 +53,7 @@ endif
 
 
 libsnapper_la_LDFLAGS = -version-info @LIBVERSION_INFO@
-libsnapper_la_LIBADD = -lboost_thread-mt -lxml2 -lz -lm
+libsnapper_la_LIBADD = -lboost_thread-mt -lboost_system-mt -lxml2 -lz -lm
 
 pkgincludedir = $(includedir)/snapper