[libppi-xs-perl] 09/10: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sat Dec 30 21:11:00 UTC 2017


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

gregoa pushed a commit to branch master
in repository libppi-xs-perl.

commit 73f8196636e33a4f8197e6283d469aeaf485ea32
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 30 22:09:06 2017 +0100

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

diff --git a/debian/rules b/debian/rules
index abde6ef..cae398d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+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/libppi-xs-perl.git



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