logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 4be4f240579d143977d1aa4742598d5647012a3c
parent b6fb740158e58d358801d9d171da3a827ae36572
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2024 23:49:21 -0700

expat: Build with warning flags

Diffstat:

Mpkg/expat/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/expat/gen.lua b/pkg/expat/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wall', '-D HAVE_EXPAT_CONFIG_H', '-I $dir', '-I $basedir/pkg/openbsd/include',