[SCM] libdrumstick/master: Add bindnow hardening option

ross-guest at users.alioth.debian.org ross-guest at users.alioth.debian.org
Fri Aug 26 20:10:56 UTC 2016


The following commit has been merged in the master branch:
commit b36f6283daf4f8516c660606800dda28906b4d31
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Fri Aug 26 22:01:46 2016 +0200

    Add bindnow hardening option
    
    PIE was not added due to advice about potential problems
    with packages also including executables.

diff --git a/debian/rules b/debian/rules
index d485f20..f0d1c63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LDFLAGS+=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
 	dh $@ -S cmake

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list