[libtext-xslate-perl] 05/07: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sat Jan 21 19:53:38 UTC 2017


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

gregoa pushed a commit to branch master
in repository libtext-xslate-perl.

commit 763aa4240583f0e165f82624a1e92952b927bc21
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 20:42:56 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 27781d6..0dba1df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
+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/libtext-xslate-perl.git



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