summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/glibc-2.17.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.17.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild
index 8c88cb3..e20bb7d 100644
--- a/sys-libs/glibc/glibc-2.17.ebuild
+++ b/sys-libs/glibc/glibc-2.17.ebuild
@@ -195,6 +195,9 @@ eblit-src_unpack-post() {
# we disable vdso loading in ELF handler, as suggest by Mike Frysinger
# http://article.gmane.org/gmane.comp.lib.glibc.user/1904
# Benda Xu <heroxbd@gentoo.org> (3 Jul, 2013)
+ epatch "${FILESDIR}"/2.17/locale-gen_prefix.patch
+ eprefixify "${WORKDIR}"/extra/locale/locale-gen
+
elog "Your kernel is known to have vdso bug, disabling this feature"
epatch "${FILESDIR}"/2.17/vdso-disable.patch
}