[libtext-bidi-perl] 05/07: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Mon Oct 31 20:29:10 UTC 2016


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

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

commit eb75eac9022d5ec806e8ad0e148bc6c96683fba3
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 31 21:23:50 2016 +0100

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

diff --git a/debian/rules b/debian/rules
index 122d954..16a376f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 # don't run resource intensive test t/ucd.t on slow arches
 DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
 SLOW_ARCH = armel armhf mips mipsel sparc sparc64 m68k

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



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