From 316020e67b7ca0ae37a0fee5a8e0a3613eaf88af Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Mon, 12 Jul 2004 02:19:43 +0000 Subject: for ppc64 address bug #56615 --- sys-libs/glibc/ChangeLog | 5 ++++- sys-libs/glibc/glibc-2.3.4.20040605.ebuild | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys-libs') 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 glibc-2.3.4.20040605.ebuild: + fix bug #56615, ld.so.1 prob on ppc64 11 Jul 2004; Joshua Kinard 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 } -- cgit v1.2.3-65-gdbad