[libxml-libxml-perl] 09/10: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Tue Jun 28 16:06:01 UTC 2016


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

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

commit 7d917014eb5ef941eadc69e95b04921f8fda7608
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 28 18:03:29 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 c4952f4..411cc6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
 TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
 
+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/libxml-libxml-perl.git



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