[libsocket6-perl] 13/23: Add LDFLAGS to debain/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 cdba4f1486550eb1112fecee6b10313494d18eef
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri Feb 14 16:11:50 2014 +0000
    Add LDFLAGS to debain/rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9c1fc15..fe05559 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_configure:
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 
 override_dh_auto_build:
-	$(MAKE) OPTIMIZE="$(CFLAGS) $(CPPFLAGS)" LD_RUN_PATH=""
+	$(MAKE) OPTIMIZE="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" 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