[SCM] xwax/master: Add bindnow hardening, disable pie for performance reasons

dhj-guest at users.alioth.debian.org dhj-guest at users.alioth.debian.org
Tue Aug 16 13:46:18 UTC 2016


The following commit has been merged in the master branch:
commit 48ef7795f583e619765180452bb7d3b6976e96a6
Author: Daniel James <daniel at 64studio.com>
Date:   Tue Aug 16 14:45:48 2016 +0100

    Add bindnow hardening, disable pie for performance reasons

diff --git a/debian/rules b/debian/rules
index 73c0567..0357dfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,-pie
 
 %:
 	dh $@

-- 
xwax packaging



More information about the pkg-multimedia-commits mailing list