summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-11-18 20:58:32 +0000
committerStefan Jones <cretin@gentoo.org>2002-11-18 20:58:32 +0000
commite12965e2233d08f45c222cb6a27d9d97dfdc0a6f (patch)
treeb52d7a6ddfe3d4a92b7e7021d14609509840c4eb /sys-libs
parentbeta version of moz-1.2 (diff)
downloadhistorical-e12965e2233d08f45c222cb6a27d9d97dfdc0a6f.tar.gz
historical-e12965e2233d08f45c222cb6a27d9d97dfdc0a6f.tar.bz2
historical-e12965e2233d08f45c222cb6a27d9d97dfdc0a6f.zip
Added link to glibc email post
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog3
-rw-r--r--sys-libs/glibc/glibc-2.3.1-r2.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 9317cc61d83c..db4b93656d34 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.30 2002/11/17 12:15:17 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.31 2002/11/18 20:58:32 cretin Exp $
*glibc-2.3.1-r2 (7 Nov 2002)
@@ -8,6 +8,7 @@
Small patch "prelinkfix" which fixes rare error with prelinking and
preloading some executables. Patch taken from glibc CVS.
+ http://sources.redhat.com/ml/libc-alpha/2002-11/msg00151.html
16 Nov 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :
diff --git a/sys-libs/glibc/glibc-2.3.1-r2.ebuild b/sys-libs/glibc/glibc-2.3.1-r2.ebuild
index 58d8d2ec409d..54d7b1772064 100644
--- a/sys-libs/glibc/glibc-2.3.1-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r2.ebuild,v 1.5 2002/11/17 12:15:17 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r2.ebuild,v 1.6 2002/11/18 20:58:32 cretin Exp $
IUSE="nls pic build"
@@ -110,6 +110,7 @@ src_unpack() {
# This one fixes a corner case with prelinking and preloading
# This is a diff from the glibc CVS
+ # http://sources.redhat.com/ml/libc-alpha/2002-11/msg00151.html
# <cretin@gentoo.org> (17 Nov 2002).
cd ${S}; epatch ${FILESDIR}/${PV}/${P}-prelinkfix.patch
}