From 8e0d79f30136228b3564c90b47e421c2e6a0ce1b Mon Sep 17 00:00:00 2001 From: Bananymous Date: Tue, 1 Jul 2025 20:15:58 +0300 Subject: [PATCH] ports: Fix `make` compilation with new toolchain --- ports/make/build.sh | 1 + 1 file changed, 1 insertion(+) 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' )