[libtest-leaktrace-perl] 04/05: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Fri Aug 4 02:58:24 UTC 2017


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

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

commit a1e012d16d8ef28f2ef4da99757f954e7c83c1a6
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 3 22:56:58 2017 -0400

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

diff --git a/debian/rules b/debian/rules
index cadecd0..6e27975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 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/libtest-leaktrace-perl.git



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