[SCM] toonloop/master: Link check_threads test with Boost::System

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Mar 6 21:15:25 UTC 2014


The following commit has been merged in the master branch:
commit 30f7f631e12e88eec86c5780cb848719ae4f546c
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Mar 6 17:27:12 2014 -0300

    Link check_threads test with Boost::System

diff --git a/debian/patches/0007_link_system.patch b/debian/patches/0007_link_system.patch
new file mode 100644
index 0000000..b1a305a
--- /dev/null
+++ b/debian/patches/0007_link_system.patch
@@ -0,0 +1,11 @@
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -13,7 +13,7 @@ check_classes_LDADD = $(BOOST_LIBS)
+ 
+ check_threads_SOURCES = check_threads.cpp 
+ check_threads_CXXFLAGS = $(BOOST_CPPFLAGS) 
+-check_threads_LDADD = $(BOOST_LIBS) $(BOOST_THREAD_LIB)
++check_threads_LDADD = $(BOOST_LIBS) $(BOOST_THREAD_LIB) $(BOOST_SYSTEM_LIB)
+ 
+ check_bool_SOURCES = check_bool.cpp 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 13042a5..3cfc819 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0002-help2man.patch
 0004-fix_arm.patch
 0006_avoid_X11-needing_test.patch
+0007_link_system.patch

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list