diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-12 02:19:43 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-12 02:19:43 +0000 |
commit | 316020e67b7ca0ae37a0fee5a8e0a3613eaf88af (patch) | |
tree | 5c0a888372bd3e3d3d78e0924ca17fa2880fbbfe /sys-libs | |
parent | Add patches to tidy up, use system lrmi lib, and add more hardware support. C... (diff) | |
download | gentoo-2-316020e67b7ca0ae37a0fee5a8e0a3613eaf88af.tar.gz gentoo-2-316020e67b7ca0ae37a0fee5a8e0a3613eaf88af.tar.bz2 gentoo-2-316020e67b7ca0ae37a0fee5a8e0a3613eaf88af.zip |
for ppc64 address bug #56615
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040605.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index ade6b1175c8f..fa5498175999 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.205 2004/07/11 07:51:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.206 2004/07/12 02:19:43 tgall Exp $ + + 11 Jul 2004; Tom Gall <tgall@gentoo.org> glibc-2.3.4.20040605.ebuild: + fix bug #56615, ld.so.1 prob on ppc64 11 Jul 2004; Joshua Kinard <kumba@gentoo.org> glibc-2.3.3.20040420.ebuild: Commented out an epatch line referencing a (currently) non-existant patch. diff --git a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild index 2f66e0b03325..15bffcb711f0 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.22 2004/07/09 22:47:31 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.23 2004/07/12 02:19:43 tgall Exp $ IUSE="nls pic build nptl erandom hardened makecheck multilib debug" @@ -541,6 +541,8 @@ EOF insinto /etc doins ${FILESDIR}/locales.build + use ppc64 && dosym /lib/ld64.so.1 /lib/ld.so.1 + use makecheck && do_makecheck } |