[libdbi-perl] 08/10: debian/rules: activate bindnow linker flag.

gregor herrmann gregoa at debian.org
Fri Apr 29 11:21:08 UTC 2016


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

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

commit 516508ee7e02e012168fb9301a050f2529b994c4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Apr 29 13:14:04 2016 +0200

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

diff --git a/debian/rules b/debian/rules
index c455bc4..dfe5858 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ DBDABI_DETECTED_VERSION = $(shell cpp `perl -MExtUtils::Embed -e ccopts` debian/
 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/libdbi-perl.git



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