[Pkg-wmaker-commits] [wmcoincoin] 61/87: debian/rules: Append "-Wl, --as-needed" to LDFLAGS; avoid "useless dependency" warnings from dpkg-shlibdeps.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:40 UTC 2015


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

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

commit 8223213d08e3cef5d02797a8993ead5a0815b080
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Nov 23 17:37:32 2014 -0600

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

diff --git a/debian/rules b/debian/rules
index a9a2bcd..c5ca8c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 INSTDIR = $(CURDIR)/debian/wmcoincoin/usr
+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/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list