[Pkg-wmaker-commits] [wmbiff] 02/08: debian/rules: Append -Wl, --as-needed to LDFLAGS; fixes "useless dependency" warnings from dpkg-shlibdeps.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Jul 20 14:56:47 UTC 2016


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

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

commit 875b19738097a211c5da5528fa257fd29a5d98c4
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Jul 20 10:06:31 2016 -0400

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

diff --git a/debian/rules b/debian/rules
index ca90b69..3048346 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_OPTIONS += nocheck
+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/wmbiff.git



More information about the Pkg-wmaker-commits mailing list