summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-25 18:22:39 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-25 18:22:39 +0000
commitf986825a76df631f3feca52f01b7ba15addc40bc (patch)
tree47e0113eb005988579cfb018af418e103f948254 /sys-libs/glibc/glibc-2.2.5-r10.ebuild
parentfix SRC_URI (diff)
downloadhistorical-f986825a76df631f3feca52f01b7ba15addc40bc.tar.gz
historical-f986825a76df631f3feca52f01b7ba15addc40bc.tar.bz2
historical-f986825a76df631f3feca52f01b7ba15addc40bc.zip
Add localedef-fix-trampoline.patch, as we have the same issues with a
hardened kernel as with 2.3.x and gcc-[34].x. Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-libs/glibc/glibc-2.2.5-r10.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r10.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r10.ebuild b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
index 66f948bbd7a1..84c86e691b6f 100644
--- a/sys-libs/glibc/glibc-2.2.5-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.2 2005/05/17 00:52:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.3 2005/08/25 18:22:39 azarah Exp $
inherit flag-o-matic eutils
@@ -46,6 +46,7 @@ src_unpack() {
cd "${S}"
unpack ${P}-manpages.tar.bz2 glibc-linuxthreads-${PV}.tar.bz2
epatch ${WORKDIR}/patch
+ epatch ${FILESDIR}/2.3.3/glibc-2.3.3-localedef-fix-trampoline.patch
}
src_compile() {