This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-ui-console.
commit a5e43e2556942f998b1a278500304e646fde1f7d Author: Sven Eckelmann <[email protected]> Date: Mon Jun 17 15:08:14 2013 +0200 Disable -flto and -fPIC because GCC 4.8 still has problems --- debian/changelog | 8 ++++++++ debian/rules | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2e1dee..02bb731 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-2) UNRELEASED; urgency=low + + * debian/rules: + - Disable -flto and -fPIC because GCC 4.8 still has problems when used + together with PIE + + -- Sven Eckelmann <[email protected]> Mon, 17 Jun 2013 15:07:15 +0200 + mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-1) experimental; urgency=low * New Upstream Snapshot from b39a4ffc9d54aabd72ae95947b7b046e2e1a56bb diff --git a/debian/rules b/debian/rules index e83d17a..4bd5c5e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS=hardening=+all -export DEB_CFLAGS_MAINT_APPEND=-flto -fPIC DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

