[Pkg-julia-devel] [SCM] dsfmt/master: Enable bindnow hardening flag

pc-guest at users.alioth.debian.org pc-guest at users.alioth.debian.org
Sun Jul 17 21:26:26 UTC 2016


The following commit has been merged in the master branch:
commit fca650e3b14803200d0fcc605b494f53c492d787
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Jul 17 17:21:41 2016 -0400

    Enable bindnow hardening flag

diff --git a/debian/rules b/debian/rules
index f201f87..3f7d2dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc ppc64))
 CONFIGURE_FLAGS += --enable-altivec
 endif
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@ --with autoreconf --parallel
 

-- 
dsfmt packaging



More information about the Pkg-julia-devel mailing list