[arch-commits] Commit in glibc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat May 29 13:34:41 UTC 2010


    Date: Saturday, May 29, 2010 @ 09:34:40
  Author: allan
Revision: 81378

upgpkg: glibc 2.12-2
disable multi-arch, fixes issues on x86_64

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-29 12:31:17 UTC (rev 81377)
+++ PKGBUILD	2010-05-29 13:34:40 UTC (rev 81378)
@@ -7,7 +7,7 @@
 
 pkgname=glibc
 pkgver=2.12
-pkgrel=1
+pkgrel=2
 _glibcdate=20100521
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
@@ -74,7 +74,7 @@
       --enable-kernel=2.6.18 --disable-profile \
       --with-headers=/usr/include --libexecdir=/usr/lib \
       --enable-bind-now --with-tls --with-__thread \
-      --libdir=/usr/lib --without-gd
+      --libdir=/usr/lib --without-gd --disable-multi-arch
         
   make || return 1
 }




More information about the arch-commits mailing list