Commit: b5018beb98efe2a11649f826ebe9dc2324b20086
Parent: b31efb16b78074d6269a174fe3f0608b3d8dfb60
Author: Michael Forney
Date: Wed, 8 Apr 2026 00:56:02 -0700
sbase: bump to c134158
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pkg/sys/sbase/gen.lua b/pkg/sys/sbase/gen.lua
@@ -1,15 +1,16 @@
-cflags({
- '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized',
+cflags{
+ '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', '-Wno-parentheses',
'-D _DEFAULT_SOURCE',
'-D _BSD_SOURCE',
'-D _XOPEN_SOURCE=700',
'-I $outdir',
-})
+}
lib('libutil.a', [[libutil/(
concat.c
cp.c
crypt.c
+ confirm.c
ealloc.c
enmasse.c
eprintf.c
diff --git a/pkg/sys/sbase/ver b/pkg/sys/sbase/ver
@@ -1 +1 @@
-279cec8 r0
+c134158 r0