[libsocket6-perl] 15/23: Modify debian/rules

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 15 18:00:33 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 9b65edf10dd0c7e713428c409c3516e06257d3af
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri Feb 14 17:13:52 2014 +0000

    Modify debian/rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 769875e..c881503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,10 @@ endif
 	dh "$@"
 
 override_dh_auto_configure:
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor LDDLFLAGS="-shared -L/usr/local/lib -fstack-protector $(LDFLAGS)"
 
 override_dh_auto_build:
-	$(MAKE) OPTIMIZE="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" LD_RUN_PATH=""
+	$(MAKE) OPTIMIZE="$(CFLAGS) $(CPPFLAGS)" LD_RUN_PATH=""
 
 override_dh_auto_clean:
 	dh_clean

-- 
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