[SCM] nekobee/master: Fix build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Dec 18 23:34:46 UTC 2016


The following commit has been merged in the master branch:
commit 5599f956977309f182b54fc82e269657bbaba6b7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 19 00:34:38 2016 +0100

    Fix build.

diff --git a/debian/patches/02-linkflags.patch b/debian/patches/02-linkflags.patch
index a6675e2..8ce3070 100644
--- a/debian/patches/02-linkflags.patch
+++ b/debian/patches/02-linkflags.patch
@@ -1,3 +1,7 @@
+Description: Pass ldflags last.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
 Index: nekobee/wscript
 ===================================================================
 --- nekobee.orig/wscript
diff --git a/debian/rules b/debian/rules
index db9ea1b..e33a126 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 LDFLAGS+=-Wl,--as-needed
 
+export LINKFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 WAF = ./waf
 
+LIBS += "-lm"
+
 %:
 	dh $@
 

-- 
nekobee packaging



More information about the pkg-multimedia-commits mailing list