[libffi-platypus-perl] 02/04: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Mon Jun 27 13:15:59 UTC 2016


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

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

commit daf10fcda48292c7a3779679eb9cddcbf16c577d
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 27 15:05:46 2016 +0200

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

diff --git a/debian/rules b/debian/rules
index 096653a..ec1fd4b 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/libffi-platypus-perl.git



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