[Pkg-wmaker-commits] [wmressel] 19/21: debian/rules: Append '-Wl, --as-needed' to LDFLAGS to avoid useless dependencies.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 27 21:43:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmressel.
commit 13ce5331ffc6c5e4cb243930f14bd4a83d9b6da3
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sun Aug 27 17:06:38 2017 -0400
debian/rules: Append '-Wl,--as-needed' to LDFLAGS
to avoid useless dependencies.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c58330b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#!/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/wmressel.git
More information about the Pkg-wmaker-commits
mailing list