From ac78d5370ab99bc4fff3bd876a2a9a1480cbc557 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 29 Apr 2025 01:13:05 -0700 Subject: openbsd: Build with -std=gnu17 to fix build with gcc 15.1.0 --- pkg/openbsd/gen.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index 53f2d1df..afb2bf63 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=gnu17', '-Wall', '-Wno-pointer-sign', '-Wno-maybe-uninitialized', '-Wno-attributes', [[-D 'DEF_WEAK(n)=_Static_assert(1, "")']], '-I $dir/include', -- cgit v1.2.3