summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-05-20 18:04:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-05-20 18:05:53 +0200
commit134eb78addb5db67d99bc8e3580b68b38343512d (patch)
tree63270210cd4f2c6ec9e9b3162fa15d195e06ea50
parentprofiles: Drop x11-libs/xpyb mask (diff)
downloadgentoo-134eb78addb5db67d99bc8e3580b68b38343512d.tar.gz
gentoo-134eb78addb5db67d99bc8e3580b68b38343512d.tar.bz2
gentoo-134eb78addb5db67d99bc8e3580b68b38343512d.zip
sys-libs/glibc: Stop installing SSP and FORTIFY_SOURCE handler
[12:38:42] <Zorry> dilfridge: you can remove the einfo "Installing Hardened Gentoo SSP and FORTIFY_SOURCE handler" and cp files too [12:38:53] <Zorry> for glibc [12:50:17] <dilfridge> ok [12:50:20] <dilfridge> will do Closes: https://bugs.gentoo.org/601718 Package-Manager: Portage-2.3.36, Repoman-2.3.9
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index a3120178c7f6..d628938b2a70 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -767,15 +767,6 @@ src_prepare() {
chmod u+x "${S}"/scripts/*.sh
cd "${S}"
-
- if use hardened ; then
- # 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.
- einfo "Installing Hardened Gentoo SSP and FORTIFY_SOURCE handler"
- cp "${FILESDIR}"/2.20/glibc-2.20-gentoo-stack_chk_fail.c debug/stack_chk_fail.c || die
- cp "${FILESDIR}"/2.25/glibc-2.25-gentoo-chk_fail.c debug/chk_fail.c || die
- fi
}
glibc_do_configure() {