[Pkg-wmaker-commits] [wmifs] 09/11: debian/rules: Add Wl, --as-needed to LDFLAGS to avoid useless dependencies.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Apr 21 10:00:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmifs.
commit e08f3037890af55f96a2feab3cb80b40ee32809e
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Wed Apr 20 20:56:02 2016 -0400
debian/rules: Add Wl,--as-needed to LDFLAGS to avoid useless dependencies.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 8d92a0d..4b12f0a 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/wmifs.git
More information about the Pkg-wmaker-commits
mailing list