dnsdist: proberly check y2k38 restrictions for musl1.1

This commit is contained in:
Piraty 2024-05-28 22:54:14 +02:00
parent b085818634
commit 7b2e820b98
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -22,8 +22,8 @@ checksum=16bab15cad9245571806398a8e4a5dc32a92b6bb60e617c12fe958c945889c7c
system_accounts="_dnsdist"
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
# This can be removed once MUSL is updated to 1.2.x
# (y2k38) This can be removed once musl is updated to 1.2.x
if [ "$XBPS_TARGET_LIBC" = "musl" ] && [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="no y2038 support"
fi