From: Christian Storm <christian.st...@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 <christian.st...@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

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/efibootguard-dev/0366AB36-0984-4717-A631-4AEAA94BBA39%40siemens.com.

Reply via email to