[libdevel-nytprof-perl] 05/09: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Mon May 23 20:29:18 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdevel-nytprof-perl.

commit bcfeda8dd0ead0515ebc157c4dc3b3701590cf5b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 23 22:10:41 2016 +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 c375dd0..6a17f19 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/libdevel-nytprof-perl.git



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