[dolphin-emu] 16/33: Add -Wl, --as-needed to prevent shlibs warnings
James Cowgill
jcowgill-guest at moszumanska.debian.org
Sun Jan 11 22:39:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
jcowgill-guest pushed a commit to branch master
in repository dolphin-emu.
commit 2ffbe3ac3326445323ae0963752890669e7d0a87
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Sun Oct 26 20:52:06 2014 +0000
Add -Wl,--as-needed to prevent shlibs warnings
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index ef91a9b..36ab823 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
VER := $(shell dpkg-parsechangelog --show-field Version)
UPSTREAM_VER := $(shell echo $(VER) | sed 's/+dfsg.*//')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git
More information about the Pkg-games-commits
mailing list