[libastro-fits-cfitsio-perl] 02/03: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Mon Oct 24 22:00:58 UTC 2016


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

gregoa pushed a commit to branch master
in repository libastro-fits-cfitsio-perl.

commit e0861127b83c7cceeacff603c63e5a343d0635b7
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 24 23:58:03 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 def01b6..36df8c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ ifeq ($(DEB_HOST_ARCH),hppa)
 CFLAGS += -ffunction-sections
 endif
 
+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/libastro-fits-cfitsio-perl.git



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