diff options
author | 2003-08-12 16:17:59 +0000 | |
---|---|---|
committer | 2003-08-12 16:17:59 +0000 | |
commit | 3c24e0ee11a7632bb0fb6dcdf1808b2dc9098c30 (patch) | |
tree | e5c0596b44e978b47269c2342a3f60fe29ebd9f6 /sys-libs/glibc/glibc-2.3.2-r1.ebuild | |
parent | hppa building fails, linuxthreads/sysdeps/hppa/pt-machine.h is missing proper... (diff) | |
download | historical-3c24e0ee11a7632bb0fb6dcdf1808b2dc9098c30.tar.gz historical-3c24e0ee11a7632bb0fb6dcdf1808b2dc9098c30.tar.bz2 historical-3c24e0ee11a7632bb0fb6dcdf1808b2dc9098c30.zip |
hppa building fails, linuxthreads/sysdeps/hppa/pt-machine.h is missing proper setup of pthread_descr
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r1.ebuild b/sys-libs/glibc/glibc-2.3.2-r1.ebuild index d1f79c5b1c3f..31124a8c16f0 100644 --- a/sys-libs/glibc/glibc-2.3.2-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r1.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.2-r1.ebuild,v 1.20 2003/08/10 08:30:32 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.21 2003/08/12 16:17:47 pappy Exp $ IUSE="nls pic build nptl" @@ -53,8 +53,9 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 nptl? ( http://people.redhat.com/drepper/nptl/nptl-${NPTL_VER}.tar.bz2 )" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -KEYWORDS="x86 ppc ~sparc alpha ~hppa ~arm mips" -# Is 99% compadible, just some .a's bork. +# failing hppa: ../linuxthreads/sysdeps/pthread/errno-loc.c:39: +# `pthread_descr' undeclared (first use in this function) +KEYWORDS="x86 ppc ~sparc alpha -hppa ~arm mips" SLOT="2.2" LICENSE="LGPL-2" |