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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 24 18:45:07 UTC 2007


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

Modified: PKGBUILD (1.64 -> 1.65)

smp seems to be safe now


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


Index: arch/build/base/glibc/PKGBUILD
diff -u arch/build/base/glibc/PKGBUILD:1.64 arch/build/base/glibc/PKGBUILD:1.65
--- arch/build/base/glibc/PKGBUILD:1.64	Sun Jun 24 14:11:47 2007
+++ arch/build/base/glibc/PKGBUILD	Sun Jun 24 14:45:07 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.64 2007/06/24 18:11:47 jgc Exp $
+# $Id: PKGBUILD,v 1.65 2007/06/24 18:45:07 andyrtr Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=glibc
 pkgver=2.6
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL')
 url="http://www.gnu.org/software/libc"
 depends=('kernel-headers>=2.6.21.1')
-makedepends=('gcc>=4.2.0-3')
+makedepends=('gcc>=4.2.0-4')
 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
@@ -57,7 +57,6 @@
 
   mkdir glibc-build
   cd glibc-build
-  export MAKEFLAGS="-j1"
 
   if [ "${CARCH}" = "i686" ]; then
     # Hack to fix NPTL issues with Xen, only required on 32bit platforms




More information about the arch-commits mailing list