[libopengl-perl] 06/11: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Sat Aug 5 01:34:09 UTC 2017


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

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

commit ea0ef7cb0184a1151b543acf8c25011a2b1d1196
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 21:11:57 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 da8dd69..5703719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 TEST_FILES=$(wildcard t/*.t)
 
+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/libopengl-perl.git



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