[nestopia] 07/11: Enable PIE
Stephen Kitt
skitt at moszumanska.debian.org
Sat Sep 9 10:34:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository nestopia.
commit e5809f7d48d71a9e0d92ff2a5a577baf45d8789f
Author: Stephen Kitt <steve at sk2.org>
Date: Sat Sep 9 11:03:08 2017 +0200
Enable PIE
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d4f017d..2485edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
* Update watch file.
* Document that Nestopia requires OpenGL 3.2 or later (Closes:
#822436).
+ * Enable PIE.
-- Stephen Kitt <skitt at debian.org> Fri, 08 Sep 2017 21:27:30 +0200
diff --git a/debian/rules b/debian/rules
index 198c1dd..8bee8d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@
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
+# Enable all hardening options
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nestopia.git
More information about the Pkg-games-commits
mailing list