mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
pkgname=glibc
|
||||||
pkgver=2.11
|
pkgver=2.11
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="GNU C Library"
|
pkgdesc="GNU C Library"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.gnu.org/software/libc"
|
url="http://www.gnu.org/software/libc"
|
||||||
|
@ -46,7 +46,7 @@ build() {
|
||||||
--host=arm-unknown-linux-gnueabi \
|
--host=arm-unknown-linux-gnueabi \
|
||||||
--build=arm-unknown-linux-gnueabi \
|
--build=arm-unknown-linux-gnueabi \
|
||||||
--enable-add-ons \
|
--enable-add-ons \
|
||||||
--enable-kernel=2.6.20 \
|
--enable-kernel=2.6.22 \
|
||||||
--enable-bind-now \
|
--enable-bind-now \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
@ -66,6 +66,9 @@ build() {
|
||||||
|
|
||||||
# provided by kernel-headers
|
# provided by kernel-headers
|
||||||
rm ${pkgdir}/usr/include/scsi/scsi.h
|
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
|
rm ${pkgdir}/etc/ld.so.cache ${pkgdir}/etc/ld.so.conf ${pkgdir}/etc/localtime
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue