flashrom: fix gcc5 build

default C dialect changed with gcc5
explicitly use old C dialect

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
Dirk Neukirchen 2015-08-13 19:12:07 +02:00
parent ad39db848e
commit f8e6574e64
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ define Package/flashrom/description
/firmware images.
endef
TARGET_CFLAGS+=-std=gnu89
MAKE_FLAGS += \
PREFIX="/usr"