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

gregor herrmann gregoa at debian.org
Mon Jul 18 20:50:28 UTC 2016


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

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

commit 9f73a88acea9d2ff03b81e91d79a78f894a0f181
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 18 22:47:57 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 ee946a3..259c4a4 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 $@ --buildsystem=perl_makemaker
 

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



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