aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/dnsdist/template
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/dnsdist/template')
-rw-r--r--srcpkgs/dnsdist/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index e9401990199..8b6c9a089ec 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -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