[SCM] composite/master: Add patch to fix FTBFS with binutils-gold. *Work in progress*
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Dec 6 14:28:54 UTC 2010
The following commit has been merged in the master branch:
commit f41522b7778d4fd75efd661c583b446760c1b71f
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Dec 6 15:28:30 2010 +0100
Add patch to fix FTBFS with binutils-gold. *Work in progress*
diff --git a/debian/patches/10-binutils_gold.patch b/debian/patches/10-binutils_gold.patch
new file mode 100644
index 0000000..683323d
--- /dev/null
+++ b/debian/patches/10-binutils_gold.patch
@@ -0,0 +1,18 @@
+Author: Gabriel M. Beddingfield <gabrbedd at gmail.com>
+Description: Fix FTBFS with binutils-gold.
+Bug-Ubuntu: https://launchpad.net/bugs/685465
+Reviewed-by: Alessio Treglia <alessio at debian.org>
+---
+ src/Tritium/test/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- composite.orig/src/Tritium/test/CMakeLists.txt
++++ composite/src/Tritium/test/CMakeLists.txt
+@@ -59,6 +59,7 @@ IF(Boost_UNIT_TEST_FRAMEWORK_FOUND)
+ Tritium
+ test_utils_Tritium
+ ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES}
++ -lQtCore
+ )
+
+ ADD_TEST(${T} ${T})
diff --git a/debian/patches/series b/debian/patches/series
index 88129b1..c82b2fe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-spelling_errors.patch
02-qstring_int_error.patch
+10-binutils_gold.patch
--
composite packaging
More information about the pkg-multimedia-commits
mailing list