summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-03-16 06:12:26 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-03-16 06:12:26 +0000
commit2a454e1d2818cb74682dca0975eebca4b275e0ca (patch)
treedf06a204a96adcba1f631154de729de9d8c57a14 /sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
parentUse proper toolchain commands. (diff)
downloadgentoo-2-2a454e1d2818cb74682dca0975eebca4b275e0ca.tar.gz
gentoo-2-2a454e1d2818cb74682dca0975eebca4b275e0ca.tar.bz2
gentoo-2-2a454e1d2818cb74682dca0975eebca4b275e0ca.zip
Fix assert in _dl_next_tls_modid-assert (sysdeps/generic/dl-tls.c), bug #52374. Fix building a crosscompiled glibc with nptl when no libc is present. Use --no-archive when creating locales as some apps don't like locale-archive, bug #82106.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
index 2ddc5f168088..eaaf125959db 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.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.3.4.20050125-r1.ebuild,v 1.24 2005/03/15 23:01:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.25 2005/03/16 06:12:26 eradicator Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -27,21 +27,18 @@ GLIBC_MANPAGE_VERSION="2.3.4-r1"
GLIBC_INFOPAGE_VERSION="2.3.4-r1"
# Gentoo patchset
-PATCH_VER="1.6"
+PATCH_VER="1.7"
# C Stubbs addon (contained in fedora, so ignoring)
#CSTUBS_VER="2.1.2"
#CSTUBS_TARBALL="c_stubs-${CSTUBS_VER}.tar.bz2"
#CSTUBS_URI="http://dev.gentoo.org/~eradicator/glibc/${CSTUBS_TARBALL}"
-# Fedora addons
+# Fedora addons (from RHEL's glibc-2.3.4-2.src.rpm)
FEDORA_VER="20041219T2331"
FEDORA_TARBALL="glibc-fedora-${FEDORA_VER}.tar.bz2"
FEDORA_URI="http://dev.gentoo.org/~eradicator/glibc/${FEDORA_TARBALL}"
-# (Recent snapshots fails with 2.6.5 and earlier)
-NPTL_KERNEL_VERSION="2.6.6"
-
GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~eradicator/glibc"
### PUNT OUT TO ECLASS?? ###