summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-28 13:23:57 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-28 13:31:07 -0500
commitcbd2a52033efd9a333508d5cd9bd35bd00a2c06b (patch)
tree99e4d7ec1b166400007aa87df4e1fe11fbe48475 /sys-libs/glibc/glibc-2.21-r1.ebuild
parentprofile/package.mask: Clean up dev-perl/Parse-CPAN-Meta mask entry. (diff)
downloadgentoo-cbd2a52033efd9a333508d5cd9bd35bd00a2c06b.tar.gz
gentoo-cbd2a52033efd9a333508d5cd9bd35bd00a2c06b.tar.bz2
gentoo-cbd2a52033efd9a333508d5cd9bd35bd00a2c06b.zip
sys-libs/glibc: workaround ia64 early ldso crashes #503838
Diffstat (limited to 'sys-libs/glibc/glibc-2.21-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.21-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.21-r1.ebuild b/sys-libs/glibc/glibc-2.21-r1.ebuild
index 9963ae3152d5..3dcbb52c367d 100644
--- a/sys-libs/glibc/glibc-2.21-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.21-r1.ebuild
@@ -160,6 +160,8 @@ eblit-src_unpack-pre() {
eblit-src_prepare-post() {
cd "${S}"
+ epatch "${FILESDIR}"/2.19/${PN}-2.19-ia64-gcc-4.8-reloc-hack.patch #503838
+
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