logo

oasis

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

zlib: Build with warning flags

Diffstat:

Mpkg/zlib/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/zlib/gen.lua b/pkg/zlib/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-D HAVE_HIDDEN', + '-std=c99', '-Wall', '-Wpedantic', '-D HAVE_STDARG_H', '-D HAVE_UNISTD_H', '-D _LARGEFILE64_SOURCE',