logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 86e3e4b64914dc33d591cfd07d72df0176791c26
parent bcab20e5f9db278c775a12612d2df470324bc51d
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jun 2020 02:51:14 -0700

bzip2: Don't enable -Winline

Diffstat:

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

diff --git a/pkg/bzip2/gen.lua b/pkg/bzip2/gen.lua @@ -1,4 +1,4 @@ -cflags{'-Wall', '-Winline'} +cflags{'-Wall'} pkg.hdrs = copy('$outdir/include', '$srcdir', {'bzlib.h'})