[arch-commits] CVS update of arch/build/base/glibc (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Aug 1 20:51:09 UTC 2007
Date: Wednesday, August 1, 2007 @ 16:51:09
Author: jgc
Path: /home/cvs-arch/arch/build/base/glibc
Modified: PKGBUILD (1.66 -> 1.67)
Glibc 2.6.1, should fix all our issues with new toolchain on amd64
----------+
PKGBUILD | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
Index: arch/build/base/glibc/PKGBUILD
diff -u arch/build/base/glibc/PKGBUILD:1.66 arch/build/base/glibc/PKGBUILD:1.67
--- arch/build/base/glibc/PKGBUILD:1.66 Sat Jul 7 10:20:13 2007
+++ arch/build/base/glibc/PKGBUILD Wed Aug 1 16:51:08 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.66 2007/07/07 14:20:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.67 2007/08/01 20:51:08 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=glibc
-pkgver=2.6
-pkgrel=5
+pkgver=2.6.1
+pkgrel=1
_tzdata=2007f
install=glibc.install
backup=(etc/locale.gen)
@@ -10,14 +10,13 @@
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://www.gnu.org/software/libc"
-depends=('kernel-headers>=2.6.21.1')
+depends=('kernel-headers>=2.6.22.1')
makedepends=('gcc>=4.2.1-2')
replaces=('glibc-xen')
source=(http://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.bz2
- http://ftp.gnu.org/gnu/glibc/glibc-libidn-${pkgver}.tar.bz2
+ http://ftp.gnu.org/gnu/glibc/glibc-libidn-2.6.tar.bz2
ftp://elsie.nci.nih.gov/pub/tzdata${_tzdata}.tar.gz
glibc-2.5-localedef_segfault-1.patch
- glibc-2.6-malloc-fixes.patch
locales-fr.diff
locales_GB.diff
fix-C-first_weekday.diff
@@ -25,11 +24,10 @@
nscd
locale.gen
locale-gen)
-md5sums=('0f471d7cb29dd07786082ad23f787949'
+md5sums=('11cf6d3fc86dbe0890b8d00372eb6286'
'ed20ad629986c2746c77cda46fb0602c'
'799ca289ee9e2f22ce6e3f9fb9c5f847'
'879fcc4d60526a4796e5d99d5839de38'
- '191a7027649961ef4a5e9081bf5cdee5'
'78ee499ba48ceeff0b4bbbb953682517'
'159b30fffda57b38c825bac36d6a9818'
'8810a53b0b1ebb0480dbe6d7604a11d1'
@@ -46,7 +44,6 @@
popd
patch -Np1 -i ${startdir}/src/glibc-2.5-localedef_segfault-1.patch || return 1
- patch -Np0 -i ${startdir}/src/glibc-2.6-malloc-fixes.patch || return 1
patch -Np0 -i ${startdir}/src/locales_GB.diff || return 1
patch -Np1 -i ${startdir}/src/locales-fr.diff || return 1
patch -Np0 -i ${startdir}/src/first_weekday.diff || return 1
@@ -67,7 +64,7 @@
../configure --prefix=/usr \
--enable-add-ons=nptl,libidn --without-cvs \
- --enable-kernel=2.6.6 --disable-profile \
+ --enable-kernel=2.6.13 --disable-profile \
--with-headers=/usr/include --libexecdir=/usr/lib \
--enable-bind-now --with-tls --with-__thread \
--libdir=/usr/lib --without-gd
More information about the arch-commits
mailing list