summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-11-14 15:26:02 +0000
committerMark Guertin <gerk@gentoo.org>2002-11-14 15:26:02 +0000
commitb687e41d4c2514ee4411c30abe36acd4ce63f3e6 (patch)
tree504cd020722b6d35e9f1494720ef5cb1c11f0452 /sys-libs
parentsee changelog - changed bug for MAKEOPTS (diff)
downloadgentoo-2-b687e41d4c2514ee4411c30abe36acd4ce63f3e6.tar.gz
gentoo-2-b687e41d4c2514ee4411c30abe36acd4ce63f3e6.tar.bz2
gentoo-2-b687e41d4c2514ee4411c30abe36acd4ce63f3e6.zip
backed out semctl ppc patches
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r7.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index c344b8ec308d..a900fdd7a83e 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.26 2002/11/10 21:42:03 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.27 2002/11/14 15:26:02 gerk Exp $
*glibc-2.3.1-r2 (7 Nov 2002)
@@ -37,6 +37,9 @@
*glibc-2.2.5-r7 (13 Oct 2002)
+ 14 Nov 2002; Mark Guertin <gerk@gentoo.org> glibc-2.2.5-r7.ebuild :
+ backed out semctl patches for ppc, they cause problems with mozilla builds
+
29 Oct 2002; Jon Nall <nall@gentoo.org> glibc-2.2.5-r7.ebuild :
Added sqrtl patch for ppc. This closes bug #9796. Also added semctl
diff --git a/sys-libs/glibc/glibc-2.2.5-r7.ebuild b/sys-libs/glibc/glibc-2.2.5-r7.ebuild
index 6888c5265a71..81ed021ee2f4 100644
--- a/sys-libs/glibc/glibc-2.2.5-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r7.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.2.5-r7.ebuild,v 1.22 2002/11/02 21:18:16 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r7.ebuild,v 1.23 2002/11/14 15:26:02 gerk Exp $
IUSE="nls pic build"
@@ -105,11 +105,6 @@ src_unpack() {
# http://sources.redhat.com/ml/libc-hacker/2002-05/msg00012.html
einfo "Applying ppc-sqrtl patch..."
cd ${S}; patch -p0 < ${FILESDIR}/${PV}/${P}-ppc-sqrtl.diff > /dev/null || die
-
- # This patch fixes a SIGSEGV in semctl's va_arg processing
- # http://sources.redhat.com/ml/libc-alpha/2002-05/msg00065.html
- einfo "Applying ppc-semctl patch..."
- cd ${S}; patch -p0 < ${FILESDIR}/${PV}/${P}-ppc-semctl.diff > /dev/null || die
fi