[libcrypt-openssl-dsa-perl] 08/09: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Fri Oct 28 22:10:18 UTC 2016


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

gregoa pushed a commit to branch master
in repository libcrypt-openssl-dsa-perl.

commit 196adc64c4d6345882b0cda74489f677611d11d8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 29 00:08:21 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 9779149..686c1ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,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/libcrypt-openssl-dsa-perl.git



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