[libsocket6-perl] 12/15: Modify override_dh_auto_configure to include LDFLAGS for hardening

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 15 22:12:10 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libsocket6-perl.

commit 18b4219ea0e8210025a3a04905c71eea79219473
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Feb 15 21:53:07 2014 +0000

    Modify override_dh_auto_configure to include LDFLAGS for hardening
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3e94020..9e77971 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 %:
 	dh "$@"
 
+override_dh_auto_configure:
+        perl Makefile.PL INSTALLDIRS=vendor LDDLFLAGS="-shared -L/usr/local/lib -fstack-protector $(LDFLAGS)"
+

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



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