[pcsxr] 17/18: Disable PIE as a workaround for the 64-bit crash issues. (Closes: #795196)

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 30 23:48:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository pcsxr.

commit 417cf89e12af5dc14d5320dd3f1265851fb98533
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Mar 31 00:37:12 2016 +0100

    Disable PIE as a workaround for the 64-bit crash issues. (Closes: #795196)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 46ff636..ce4b99d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 .PHONY: override_dh_auto_configure override_dh_auto_install override_dh_install override_dh_strip
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsxr.git



More information about the Pkg-games-commits mailing list