commit: a9ac03c68868fe9affce8a4caf05e8616349de2d
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 18:21:06 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 18:22:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ac03c6
sys-libs/glibc: drop obsolete hardened work from git ebuild too #558636
sys-libs/glibc/glibc-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index fe1daa6..f4c4b14 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -161,10 +161,6 @@ eblit-src_prepare-post() {
cd "${S}"
if use hardened ; then
- einfo "Patching to get working PIE binaries on PIE (hardened)
platforms"
- gcc-specs-pie && epatch
"${FILESDIR}"/2.17/glibc-2.17-hardened-pie.patch
- epatch
"${FILESDIR}"/2.20/glibc-2.20-hardened-inittls-nosysenter.patch
-
# We don't enable these for non-hardened as the output is very
terse --
# it only states that a crash happened. The default upstream
behavior
# includes backtraces and symbols.