mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 15:17:01 +02:00
dnsdist: proberly check y2k38 restrictions for musl1.1
This commit is contained in:
parent
b085818634
commit
7b2e820b98
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue