From a9ac03c68868fe9affce8a4caf05e8616349de2d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 19 Oct 2015 14:21:06 -0400 Subject: sys-libs/glibc: drop obsolete hardened work from git ebuild too #558636 --- sys-libs/glibc/glibc-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys-libs/glibc') diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index fe1daa6bf880..f4c4b1488ce1 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. -- cgit v1.2.3-65-gdbad