commit: 436c423363708c71153be70287b682d4b8cabd39
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 18:46:39 2015 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 18:46:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436c4233
sys-libs/glibc: readd arm patch for 2.22
Package-Manager: portage-2.2.22
sys-libs/glibc/glibc-2.22.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-2.22.ebuild b/sys-libs/glibc/glibc-2.22.ebuild
index baa1223..dcd307a 100644
--- a/sys-libs/glibc/glibc-2.22.ebuild
+++ b/sys-libs/glibc/glibc-2.22.ebuild
@@ -157,7 +157,6 @@ eblit-src_unpack-pre() {
[[ -n ${GCC_BOOTSTRAP_VER} ]] && use multilib && unpack
gcc-${GCC_BOOTSTRAP_VER}-multilib-bootstrap.tar.bz2
# Bug 558636 we don't applY the pie works around for 2.22. It shoud
have the support.
GLIBC_PATCH_EXCLUDE+="
00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch"
- GLIBC_PATCH_EXCLUDE+=" 00_all_0009-arm-fix-PIC-vs-SHARED-typos.patch"
GLIBC_PATCH_EXCLUDE+="
00_all_0012-disable-PIE-when-checking-for-PIC-default.patch"
}