ports: Fix make compilation with new toolchain

This commit is contained in:
2025-07-01 20:15:58 +03:00
parent 8a0269d29e
commit 8e0d79f301

View File

@@ -8,4 +8,5 @@ CONFIGURE_OPTIONS=(
'--disable-nls'
'--disable-posix-spawn'
'--enable-year2038'
'CFLAGS=-std=c17'
)