[Pkg-wmaker-commits] [wmtv] 47/48: debian/rules: Link with -Wl, --as-needed to avoid dpkg-shlibdeps "useless dependency" warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Feb 1 20:13:24 UTC 2016


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

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

commit 496d5dbb5ff05a79515d2fbf593bcbe6a11c495f
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Feb 1 15:08:57 2016 -0500

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

diff --git a/debian/rules b/debian/rules
index d9f5190..b6581b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+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/wmtv.git



More information about the Pkg-wmaker-commits mailing list