diff --git a/ports/make/build.sh b/ports/make/build.sh index c97bc61e88..67dc935e7c 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' )