Commit: c506684f5268ee4be4c1729e5131bd168c8dcb0d
Parent: e6bc93baa6dc8c8208f507f6646f5849c0eea511
Author: Michael Forney
Date: Tue, 29 Apr 2025 01:13:05 -0700
openbsd: Build with -std=gnu17 to fix build with gcc 15.1.0
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/sys/openbsd/gen.lua b/pkg/sys/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',