[arch-commits] CVS update of arch/build/base/glibc (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 24 11:21:15 UTC 2007


    Date: Sunday, June 24, 2007 @ 07:21:15
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/glibc

Modified: PKGBUILD (1.62 -> 1.63)

updatepkg bintuils 2.17.50.0.17, new stable gcc snapshot 4.2-20070620 and glibc rebuilt/make sure it won't link to gd


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: arch/build/base/glibc/PKGBUILD
diff -u arch/build/base/glibc/PKGBUILD:1.62 arch/build/base/glibc/PKGBUILD:1.63
--- arch/build/base/glibc/PKGBUILD:1.62	Tue May 22 13:01:57 2007
+++ arch/build/base/glibc/PKGBUILD	Sun Jun 24 07:21:15 2007
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD,v 1.62 2007/05/22 17:01:57 jgc Exp $
+# $Id: PKGBUILD,v 1.63 2007/06/24 11:21:15 andyrtr Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=glibc
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 _tzdata=2007f
 install=glibc.install
 backup=(etc/locale.gen)
 pkgdesc="GNU C Library"
 arch=(i686 x86_64)
+license=('GPL' 'LGPL')
 url="http://www.gnu.org/software/libc"
 depends=('kernel-headers>=2.6.21.1')
+makedepends=('gcc>=4.2.0-3')
 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
@@ -69,7 +71,7 @@
       --enable-kernel=2.6.6 --disable-profile \
       --with-headers=/usr/include --libexecdir=/usr/lib \
       --enable-bind-now --with-tls --with-__thread \
-      --libdir=/usr/lib
+      --libdir=/usr/lib --without-gd
     
   make || return 1
   make install_root=${startdir}/pkg install || return 1




More information about the arch-commits mailing list