[dolphin-emu] 29/33: Disable -fPIE (causes strange issues)
James Cowgill
jcowgill-guest at moszumanska.debian.org
Sun Jan 11 22:39:43 UTC 2015
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 f08f98739ce39d1a18d078745defc1cea25540db
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Sat Nov 29 12:56:05 2014 +0000
Disable -fPIE (causes strange issues)
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 36ab823..6e2e1f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+# dolphin does not work with -fPIE
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
VER := $(shell dpkg-parsechangelog --show-field Version)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git
More information about the Pkg-games-commits
mailing list