From: Harald Hoyer Date: Wed, 18 Feb 2015 13:45:12 +0000 (+0100) Subject: Makefile.am:efi_cflags compile with gcc v5 X-Git-Tag: v220~1067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d4efa540a88b19a475452d8ccc3c9824849fa86;p=thirdparty%2Fsystemd.git Makefile.am:efi_cflags compile with gcc v5 Set -std=gnu90 to let efibind.h define the standard types. [tomegun: retyped the patch as the originl would not apply] --- diff --git a/Makefile.am b/Makefile.am index 51c6d33af04..a5e07cfa68e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2533,7 +2533,8 @@ if ARCH_X86_64 efi_cflags += \ -mno-red-zone \ -DEFI_FUNCTION_WRAPPER \ - -DGNU_EFI_USE_MS_ABI + -DGNU_EFI_USE_MS_ABI \ + -std=gnu90 endif efi_ldflags = \