From aac5fa0d26958fb964faa46fd18a5d96e9fb75ad Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Feb 2010 05:14:37 -0800 Subject: [PATCH] glibc no longer include timezones, fixes tzdata conflict --- core/glibc/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 89b859358..a2f791b03 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=glibc pkgver=2.11 -pkgrel=4 +pkgrel=5 pkgdesc="GNU C Library" arch=('arm') url="http://www.gnu.org/software/libc" @@ -46,7 +46,7 @@ build() { --host=arm-unknown-linux-gnueabi \ --build=arm-unknown-linux-gnueabi \ --enable-add-ons \ - --enable-kernel=2.6.20 \ + --enable-kernel=2.6.22 \ --enable-bind-now \ --disable-profile \ --disable-debug \ @@ -66,6 +66,9 @@ build() { # provided by kernel-headers rm ${pkgdir}/usr/include/scsi/scsi.h + + # provided by tzdata + rm ${pkgdir}/usr/share/zoneinfo/* rm ${pkgdir}/etc/ld.so.cache ${pkgdir}/etc/ld.so.conf ${pkgdir}/etc/localtime