[Pkg-wmaker-commits] [wmfire] 53/61: debian/rules: Append "-Wl, --as-needed" to LDFLAGS to reduce "useless dependency" warnings from dpkg-shlibdeps.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:39:55 UTC 2015


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

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

commit 98706d32002e416654eb70917c494e56e7517761
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 17 20:36:11 2015 -0600

    debian/rules: Append "-Wl, --as-needed" to LDFLAGS to reduce
    "useless dependency" warnings from dpkg-shlibdeps.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index fcbaf56..2b24098 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@ --with autoreconf
 

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



More information about the Pkg-wmaker-commits mailing list