diff options
author | 2003-05-18 22:24:31 +0000 | |
---|---|---|
committer | 2003-05-18 22:24:31 +0000 | |
commit | f98211f3fde5021c381a6a132768ef4b30db57d7 (patch) | |
tree | ccea49d197f869b82b7f68ec34d440e2a590a5fa /sys-libs/glibc/glibc-2.3.2-r1.ebuild | |
parent | new version; gcc-3.3 fixes (diff) | |
download | historical-f98211f3fde5021c381a6a132768ef4b30db57d7.tar.gz historical-f98211f3fde5021c381a6a132768ef4b30db57d7.tar.bz2 historical-f98211f3fde5021c381a6a132768ef4b30db57d7.zip |
new version; gcc-3.3 fixes
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r1.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r1.ebuild b/sys-libs/glibc/glibc-2.3.2-r1.ebuild index 3995b119cd0a..c042983f439e 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.5 2003/05/14 20:30:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r1.ebuild,v 1.6 2003/05/18 22:22:50 azarah Exp $ IUSE="nls pic build nptl" @@ -34,7 +34,7 @@ strip-flags export CFLAGS="${CFLAGS//-O?} -O2" export CXXFLAGS="${CFLAGS}" -NPTL_VER="0.29" +NPTL_VER="0.28" # Minimum kernel version for --enable-kernel export MIN_KV="2.4.1" @@ -56,11 +56,11 @@ HOMEPAGE="http://www.gnu.org/software/libc/libc.html" KEYWORDS="~x86 ~ppc -sparc ~alpha ~hppa ~arm" # Is 99% compadible, just some .a's bork SLOT="2.2" -LICENSE="GPL-2" +LICENSE="LGPL-2" # Portage-1.8.9 needed for smart library merging feature (avoids segfaults on glibc upgrade) # Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers -DEPEND=">=sys-devel/gcc-3.2.2 +DEPEND="=sys-devel/gcc-3.2* nptl? ( >=sys-devel/gcc-3.2.2-r1 ) mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 virtual/os-headers @@ -294,6 +294,13 @@ src_unpack() { # <azarah@gentoo.org> (6 Apr 2003). cd ${S}; epatch ${FILESDIR}/${PV}/${P}-dl-reloc-calc-fix.patch + # Fix compilation with gcc-3.3 + # + # http://sources.redhat.com/ml/libc-alpha/2003-03/msg00052.html + # + # <azarah@gentoo.org> (18 May 2003). + cd ${S}; epatch ${FILESDIR}/${PV}/${P}-gcc33-sscanf.patch + # A few patches only for the MIPS platform. Descriptions of what they # do can be found in the patch headers. # <tuxus@gentoo.org> thx <dragon@gentoo.org> (11 Jan 2003) |