mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -46,6 +46,8 @@ define Package/flashrom/description
|
|||||||
/firmware images.
|
/firmware images.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS+=-std=gnu89
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
PREFIX="/usr"
|
PREFIX="/usr"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user