From: Christian Storm <
christi...@siemens.com>
gnu-efi introduced some ABI changes for the upcoming 4.0 release, see
https://github.com/ncroxon/gnu-efi/blob/master/docs/README.ABI.md
For now, stick to the old API/ABI so to support older gnu-efi versions
without #ifdef'ing the codebase.
Signed-off-by: Christian Storm <
christi...@siemens.com>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index ab72c4e..21e2d0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,6 +221,7 @@ efi_cflags = \
-fno-stack-protector \
-Wsign-compare \
-DGNU_EFI_USE_MS_ABI \
+ -DGNU_EFI_3_0_COMPAT \
-Werror \
$(CFLAGS_MGENERAL_REGS_ONLY) \
$(CFLAGS)
--
2.47.0