[libimager-perl] 06/08: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Thu May 5 12:16:02 UTC 2016


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

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

commit 6e56c7fc3b313771e8ef31500f392ceaafa3b0ab
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu May 5 13:59:39 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 8239533..2d5707d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 # this number comes from IMAGER_API_VERSION in imexttypes.h
 # it is used for the Provides: perl-imagerapi-XX relationship
 # it needs to be updated manually because of the implications on the archive

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



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