[SCM] terminatorx/master: Apply patch from Ubuntu to fix FTBFS (Closes: #713560)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jul 31 17:12:31 UTC 2013


The following commit has been merged in the master branch:
commit 2cc187dd97e2795138be89b6e15d93ab0e5de040
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Jul 31 19:11:58 2013 +0200

    Apply patch from Ubuntu to fix FTBFS (Closes: #713560)

diff --git a/debian/patches/25-libdl_underlinkage.patch b/debian/patches/25-libdl_underlinkage.patch
new file mode 100644
index 0000000..a2bc8e1
--- /dev/null
+++ b/debian/patches/25-libdl_underlinkage.patch
@@ -0,0 +1,13 @@
+Description: Ling with -ldl
+Author: Daniel T Chen <crimsun at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/713560
+Last-Update: 2013-07-31
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -39,3 +39,5 @@
+ 			tX_glade_callbacks.h tX_glade_support.cc \
+ 			tX_glade_support.h tX_ladspa_class.h tX_ladspa_class.cc \
+ 			tX_capabilities.h tX_capabilities.cc
++
++terminatorX_LDADD = $(LDADD) -ldl
diff --git a/debian/patches/series b/debian/patches/series
index 1eb963d..75f7bed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 22_manual.patch
 23_new_zlib.patch
 24-missing_include.patch
+25-libdl_underlinkage.patch

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list