mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tar: proberly check y2k38 restrictions for musl1.1
This commit is contained in:
parent
02d00df06b
commit
fde7fac581
1 changed files with 4 additions and 5 deletions
|
@ -12,11 +12,10 @@ homepage="https://www.gnu.org/software/tar/"
|
||||||
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16
|
checksum=4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
# (y2k38) This can be removed once musl is updated to 1.2.x
|
||||||
arm*-musl)
|
if [ "$XBPS_TARGET_LIBC" = "musl" ] && [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
# musl 1.1.x
|
configure_args+=" --disable-year2038"
|
||||||
configure_args+=" --disable-year2038";;
|
fi
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# chroot-style=ethereal
|
# chroot-style=ethereal
|
||||||
|
|
Loading…
Add table
Reference in a new issue