[Pkg-wmaker-commits] [wmget] 25/41: debian/rules: Update override_dh_auto_install target to use LDFLAGS from dpkg-buildflags.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 17:06:00 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmget.

commit 133b0ff0252937f8c92d7d67d75488a2a083699e
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Jan 30 00:54:17 2015 -0600

    debian/rules: Update override_dh_auto_install target to use LDFLAGS from
    dpkg-buildflags.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c0f1105..b21590c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ override_dh_auto_build:
 		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
 
 override_dh_auto_install:
-	dh_auto_install -- PREFIX=/usr
+	dh_auto_install -- PREFIX=/usr \
+		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
 
 get-orig-source:
 	uscan --verbose --force-download --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git



More information about the Pkg-wmaker-commits mailing list