[Pkg-wmaker-commits] [wmcliphist] 45/49: debian/rules: Add "-Wl,--as-needed" to LDFLAGS; avoids "useless dependency" warnings from dpkg-shlibdeps.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:51:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmcliphist.
commit fcb58b8d6b60286378403c1877c68f2a4be1232b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Sun Nov 23 08:23:46 2014 -0600
debian/rules: Add "-Wl,--as-needed" to LDFLAGS; avoids "useless dependency"
warnings from dpkg-shlibdeps.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8d3756d..83527da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcliphist.git
More information about the Pkg-wmaker-commits
mailing list