[libwx-scintilla-perl] 02/06: Set bindnow linker flag in debian/rules.

gregor herrmann gregoa at debian.org
Thu Jun 30 14:45:03 UTC 2016


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

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

commit 31d97ec4eed25dec9b837c206f6431128de2d2c7
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 30 16:37:34 2016 +0200

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

diff --git a/debian/rules b/debian/rules
index 0ea6f3b..6d64e87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@
 
@@ -7,7 +9,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- verbose=1
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test 
+	xvfb-run -a dh_auto_test
 
 override_dh_makeshlibs:
 	dh_makeshlibs --noscripts

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



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