[libio-aio-perl] 08/09: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sun Oct 30 14:09:20 UTC 2016


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

gregoa pushed a commit to branch master
in repository libio-aio-perl.

commit f6fc68e80972eaf2b47e1f4cd06cc9fb5c3bc8cb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 30 15:06:51 2016 +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 ac11334..ad923e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 PKG  := $(shell dh_listpackages)
 TMP  := $(CURDIR)/debian/$(PKG)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@ --buildsystem=perl_makemaker
 

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



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