[libb-perlreq-perl] 03/06: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Mon Jun 19 19:05:13 UTC 2017


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

gregoa pushed a commit to branch master
in repository libb-perlreq-perl.

commit 445260af9e1b4a961b4cf4fd0a370156d439d0e8
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 19 20:52:44 2017 +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 b04319f..68aba10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
+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/libb-perlreq-perl.git



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