ports: Fix `make` compilation with new toolchain

This commit is contained in:
Bananymous 2025-07-01 20:15:58 +03:00
parent 8a0269d29e
commit 8e0d79f301
1 changed files with 1 additions and 0 deletions

View File

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