From: Mathias Kresin Date: Mon, 19 Mar 2018 07:10:14 +0000 (+0100) Subject: firmware-utils: mkdlinkfw: compile as gnu99 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=429ee5b00ec12ffbd441d8dd0dab283cee8f605b;p=project%2Ffirmware-utils.git firmware-utils: mkdlinkfw: compile as gnu99 Compile as gnu99 to fix the build. Signed-off-by: Mathias Kresin --- diff --git a/Makefile b/Makefile index 7fa6f71..ba4df64 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ define Host/Compile $(call cc,mkbuffaloimg, -Wall) $(call cc,zyimage, -Wall) $(call cc,mkdhpimg buffalo-lib, -Wall) - $(call cc,mkdlinkfw mkdlinkfw-lib, -lz -Wall) + $(call cc,mkdlinkfw mkdlinkfw-lib, -lz -Wall --std=gnu99) endef define Host/Install