This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository nestopia.
commit 8eb6eff7b657d1264baeeebc50114d36ed938d80 Author: Stephen Kitt <[email protected]> Date: Wed Jun 29 20:52:13 2016 +0200 Enable all hardening options except PIE (which breaks libretro). --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7d354ec..3375538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ nestopia (1.47-2) UNRELEASED; urgency=medium * Clean up debian/control using cme. * Standards-Version 3.9.8, no change required. * Enable -fpermissive to build with GCC 6 (Closes: #811688). + * Enable all hardening options except PIE (which breaks libretro). -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:02:58 +0100 diff --git a/debian/rules b/debian/rules index 0f07ddb..198c1dd 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ export DEB_CFLAGS_MAINT_APPEND = -fpermissive export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive +# Enable all hardening options except PIE (which breaks libretro) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie + ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) ifeq ($(ARCH),armhf) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nestopia.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

