rhboot/efivar

Fails to build with GCC 9.3.0

Closed this issue · 3 comments

The compatibility attempted to be introduced in ea66c58 does not work as the symbol for _efi_set_variable_mode, etc are now after the VERSION.

I have the same problem. Using gcc 7.5.0

Try to include efivar headers using

extern "C" {
    #include <efivar/efivar.h>
}