mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
glibc no longer include timezones, fixes tzdata conflict
This commit is contained in:
parent
cd60d5cb68
commit
aac5fa0d26
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue