[libdbd-mysql-perl] 09/11: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sun Jul 24 14:48:20 UTC 2016


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

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

commit 999091432929e302ab91f003e36b67e2839f59f5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 24 16:39:19 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 39becbf..4f2a2dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 PROB_FILE = mysql.mtest
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@ --with perl_dbi
 

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



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