diff --git a/ports/make/build.sh b/ports/make/build.sh index c97bc61e..67dc935e 100755 --- a/ports/make/build.sh +++ b/ports/make/build.sh @@ -8,4 +8,5 @@ CONFIGURE_OPTIONS=( '--disable-nls' '--disable-posix-spawn' '--enable-year2038' + 'CFLAGS=-std=c17' )