[SCM] qsampler/master: Add -lX11 to $LIBS to fix FTBFS with binutils-gold.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Nov 26 10:23:50 UTC 2010
The following commit has been merged in the master branch:
commit 6ad99d0448d294e0795632c6e297d17949ab9533
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Nov 26 11:18:41 2010 +0100
Add -lX11 to $LIBS to fix FTBFS with binutils-gold.
diff --git a/debian/patches/03-binutils_gold.patch b/debian/patches/03-binutils_gold.patch
new file mode 100644
index 0000000..63a78db
--- /dev/null
+++ b/debian/patches/03-binutils_gold.patch
@@ -0,0 +1,18 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: Append -lX11 to $LIBS to fix FTBFS with binutils-gold.
+Forwarded: no
+---
+ qsampler.pro.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- qsampler.orig/qsampler.pro.in
++++ qsampler/qsampler.pro.in
+@@ -57,7 +57,7 @@ LANGUAGE = C++
+
+ TRANSLATIONS += translations/qsampler_ru.ts
+
+-LIBS += @ac_libs@
++LIBS += @ac_libs@ -lX11
+ INCPATH += @ac_incpath@
+
+ OBJECTS_DIR = .obj
diff --git a/debian/patches/series b/debian/patches/series
index 83f1880..5e92604 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-fix_desktop.patch
02-pass_flags_to_make.patch
+03-binutils_gold.patch
--
qsampler packaging
More information about the pkg-multimedia-commits
mailing list