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

gregor herrmann gregoa at debian.org
Tue May 3 20:28:15 UTC 2016


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

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

commit bb099c78f191e86f6ed22e8f3873e090b4a3024b
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 3 22:23:12 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 d003324..7da42a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
-	dh $@ 
+	dh $@

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



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