[Pkg-wmaker-commits] [wmstickynotes] 59/81: debian/rules: Append -Wl, --as-needed to LDFLAGS to avoid useless dependency warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:33:52 UTC 2015


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

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

commit ab756faf94248dddc4394292de6a4f532d5b018a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Jan 28 11:24:07 2015 -0600

    debian/rules: Append -Wl,--as-needed to LDFLAGS to avoid useless dependency
    warnings.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index fcbaf56..2b24098 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+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/wmstickynotes.git



More information about the Pkg-wmaker-commits mailing list