logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: d623cd7d0c3eaf105bd9ec7812db7e26b1aa3e4e
parent b0461b1f32266265262e7031b7930616fe8ac8c3
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  7 Sep 2021 00:33:13 -0700

efibootmgr: Enable warnings

Diffstat:

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

diff --git a/pkg/efibootmgr/gen.lua b/pkg/efibootmgr/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wall', [[-D 'EFIBOOTMGR_VERSION="17"']], [[-D 'DEFAULT_LOADER="/linux"']], '-I $srcdir/src/include',