From 2b217307e451b928df060e4850818e7585cbc458 Mon Sep 17 00:00:00 2001
From: Kay Sievers <kay@vrfy.org>
Date: Thu, 26 Feb 2015 01:52:09 +0100
Subject: build-sys: fix gcc v5 hickup


diff --git a/Makefile.am b/Makefile.am
index fec4a1a..6568a35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,7 @@ efi_cflags = \
 	$(EFI_CFLAGS) \
 	-Wall \
 	-Wextra \
+	-std=gnu90 \
 	-nostdinc \
 	-ggdb -O0 \
 	-fpic \
-- 
cgit v0.10.2

