[PATCH 0/3] A few small OpenBSD-ish fixes

2021-05-18 Thread jacob berkman
with GRUB to know whether that's a reasonable enough solution, or if that's related to the inability to boot. Cheers, // jacob jacob berkman (3): Do not fail configure if Python is missing. It's only required for developement of GRUB. Fix warning about misleading indentation

[PATCH 1/3] Do not fail configure if Python is missing. It's only required for developement of GRUB.

2021-05-18 Thread jacob berkman
--- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74719416c..dba38d731 100644 --- a/configure.ac +++ b/configure.ac @@ -362,7 +362,7 @@ gl_EARLY AC_PROG_CXX AM_PROG_CC_C_O AM_PROG_AS -AM_PATH_PYTHON([2.6]) +AM_PATH_PYTHON([2.6

[PATCH 2/3] Fix warning about misleading indentation on OpenBSD 6.9 with -Werror enabled (which is the default).

2021-05-18 Thread jacob berkman
--- grub-core/lib/LzmaEnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/lib/LzmaEnc.c b/grub-core/lib/LzmaEnc.c index 52b331558..4636a9ffe 100644 --- a/grub-core/lib/LzmaEnc.c +++ b/grub-core/lib/LzmaEnc.c @@ -1358,7 +1358,7 @@ static UInt32 GetOptimum(CLzmaEnc *p

[PATCH 3/3] Use size_t printf format to match type

2021-05-18 Thread jacob berkman
--- grub-core/fs/zfs/zfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/fs/zfs/zfs.c b/grub-core/fs/zfs/zfs.c index f9e755197..a29db8827 100644 --- a/grub-core/fs/zfs/zfs.c +++ b/grub-core/fs/zfs/zfs.c @@ -1881,8 +1881,8 @@ zio_read (blkptr_t *bp, grub_zfs_endi