[libsys-cpu-perl] 02/05: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sat May 21 13:21:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsys-cpu-perl.

commit aa33b1449d8f49a699b06025fc7048bfe12ca54c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 21 15:17:53 2016 +0200

    Set bindnow linker flag in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8fe0095..a1be9a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 TEST_FILES=$(shell cat debian/tests/pkg-perl/smoke-tests)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-cpu-perl.git



More information about the Pkg-perl-cvs-commits mailing list