[SCM] nekobee/master: Add patch to try fix build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Dec 18 20:47:01 UTC 2016


The following commit has been merged in the master branch:
commit 6b2cc44f3f2176d47685fee05c74427189bd4739
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Dec 18 21:46:53 2016 +0100

    Add patch to try fix build.

diff --git a/debian/patches/02-linkflags.patch b/debian/patches/02-linkflags.patch
new file mode 100644
index 0000000..a6675e2
--- /dev/null
+++ b/debian/patches/02-linkflags.patch
@@ -0,0 +1,13 @@
+Index: nekobee/wscript
+===================================================================
+--- nekobee.orig/wscript
++++ nekobee/wscript
+@@ -31,7 +31,7 @@ def build(bld):
+     # DSSI plugin
+     plugin_dssi = bld.new_task_gen('cc', 'shlib')
+     plugin_dssi.env['shlib_PATTERN'] = '%s.so'
+-    plugin_dssi.env.append_value("LINKFLAGS", "-module -avoid-version -Wc,-nostartfiles")
++    plugin_dssi.env.append_value("-module -avoid-version -Wc,-nostartfiles", "LINKFLAGS")
+     plugin_dssi.includes = ['.', 'src']
+     plugin_dssi.defines = 'HAVE_CONFIG_H'
+     plugin_dssi.source = [
diff --git a/debian/patches/series b/debian/patches/series
index bd9ae9f..d157ca9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-pathmax.patch
+02-linkflags.patch

-- 
nekobee packaging



More information about the pkg-multimedia-commits mailing list