[SCM] zyn/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Nov 8 08:22:23 UTC 2016


The following commit has been merged in the master branch:
commit 8a05027bb83373fe0afe9b1d10a7631b66ec1bdb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Nov 8 09:19:21 2016 +0100

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index 3132156..dbbdff9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,16 @@
 
 # Path to the debian directory
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# LINKFLAGS =+ $(LDFLAGS)
+
 WAF = ./waf
 
 %:
 	dh $@
 
 override_dh_auto_configure:
-	$(WAF) configure --lv2-dir=$(CURDIR)/debian/zynadd/usr/lib/lv2
+	LINKFLAGS="$(LDFLAGS)" $(WAF) configure --lv2-dir=$(CURDIR)/debian/zynadd/usr/lib/lv2
 
 override_dh_auto_build:
 	$(WAF)

-- 
zyn packaging



More information about the pkg-multimedia-commits mailing list