dnsdist: proberly check y2k38 restrictions for musl1.1
This commit is contained in:
@@ -22,8 +22,8 @@ checksum=16bab15cad9245571806398a8e4a5dc32a92b6bb60e617c12fe958c945889c7c
|
|||||||
|
|
||||||
system_accounts="_dnsdist"
|
system_accounts="_dnsdist"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
# (y2k38) This can be removed once musl is updated to 1.2.x
|
||||||
# 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"
|
broken="no y2038 support"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user