commit: 8cee49e4a6c8d9ec80faa4054b621467450d3ebb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 12:09:08 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 12:12:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cee49e4
dev-lang/ghc: drop '-fno-stack-protector'
GHC does not use Evil Mangler any more thus
GHC should not care about stack protection in C code.
It should just work.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-lang/ghc/ghc-8.0.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index f4392497ce..1b6e172721 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -245,7 +245,6 @@ ghc_setup_cflags() {
# hardened users try '-pie' in USE=ghcbootstrap mode.
append-ghc-cflags persistent compile link -no-pie
fi
- gcc-specs-ssp && append-ghc-cflags persistent compile
-fno-stack-protector
# prevent from failind building unregisterised ghc:
#
http://www.mail-archive.com/[email protected]/msg171602.html