[libmongodb-perl] 06/07: debian/rules: set bindnow linker flag.

gregor herrmann gregoa at debian.org
Sun Apr 17 13:54:27 UTC 2016


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

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

commit 4ec01cb77e94838c355cf4113395776765e7e925
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 15:51:54 2016 +0200

    debian/rules: set bindnow linker flag.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 92801a9..6d882a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ PORT := $(shell /bin/netstat -want | perl -w -e 'while (<>) { $$used{$$1}=1 if /
 # pass PORT to test through MONGOD variable in t/lib/MongoDBTest.pm
 MONGOD = localhost:$(PORT)
 
+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/libmongodb-perl.git



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