summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2014-12-07 00:27:34 +0900
committerBenda Xu <heroxbd@gentoo.org>2014-12-07 00:27:34 +0900
commitc79cca5b8edbc3c197eadf53db3e3df157497ce5 (patch)
treea34693f69a70bd277031ad5bd6f38b4d4c27a0e9 /sys-libs/glibc/glibc-2.19-r1.ebuild
parentsys-libs/glibc-2.19: RAP support. This is the last kernel running on <linux-2... (diff)
downloadheroxbd-c79cca5b8edbc3c197eadf53db3e3df157497ce5.tar.gz
heroxbd-c79cca5b8edbc3c197eadf53db3e3df157497ce5.tar.bz2
heroxbd-c79cca5b8edbc3c197eadf53db3e3df157497ce5.zip
sys-libs/glibc: add vdso hack to glibc-2.19
Diffstat (limited to 'sys-libs/glibc/glibc-2.19-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.19-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.19-r1.ebuild b/sys-libs/glibc/glibc-2.19-r1.ebuild
index 875a8f0..d5f7e71 100644
--- a/sys-libs/glibc/glibc-2.19-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.19-r1.ebuild
@@ -157,6 +157,8 @@ eblit-src_unpack-pre() {
}
eblit-src_unpack-post() {
+ eprefixify extra/locale/locale-gen
+
cd "${S}"
if use hardened ; then
@@ -199,7 +201,7 @@ eblit-src_unpack-post() {
fi
if [[ ${lsb_id} == *CentOS ]] || [[ ${lsb_id} == *RedHat* ]]; then
- if [[ ${lsb_rel} == 5.6 ]]; then
+ if [[ ${lsb_rel} == *5.6 ]]; then
elog "Your kernel is known to have vdso bug, disabling this feature"
elog "https://bugzilla.redhat.com/show_bug.cgi?id=678613"
epatch "${FILESDIR}"/${PV}/${P}-vdso-disable.patch