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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

