ports: Fix `make` compilation with new toolchain
This commit is contained in:
parent
8a0269d29e
commit
8e0d79f301
|
@ -8,4 +8,5 @@ CONFIGURE_OPTIONS=(
|
||||||
'--disable-nls'
|
'--disable-nls'
|
||||||
'--disable-posix-spawn'
|
'--disable-posix-spawn'
|
||||||
'--enable-year2038'
|
'--enable-year2038'
|
||||||
|
'CFLAGS=-std=c17'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue