[Pkg-wmaker-commits] [wmbatppc] 27/35: debian/rules: Append -Wl, --as-needed to LDFLAGS to avoid dpkg-shlibdeps useless dependency warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:23:49 UTC 2015


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

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

commit 72aa79cc9e23309b3501b53ff431826855507d98
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jan 5 21:26:46 2015 +0100

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

diff --git a/debian/rules b/debian/rules
index 8fe37fa..dfb384f 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/wmbatppc.git



More information about the Pkg-wmaker-commits mailing list