[libnet-idn-encode-perl] 05/08: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sun Dec 25 21:57:39 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-idn-encode-perl.

commit 33a1a488f77e20411b6ef732965115fd422738bb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 25 22:48:55 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 c5d9465..8b372e5 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/libnet-idn-encode-perl.git



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