From 3298f30ead7cc53f717166c7a10298747fd7f017 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Sun, 9 Jan 2011 19:57:22 +0100 Subject: [PATCH] [fluksod] compile luad against the gnu99 standard --- mote/v2/openwrt/package/flukso/src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mote/v2/openwrt/package/flukso/src/makefile b/mote/v2/openwrt/package/flukso/src/makefile index fdd2577..9eceaed 100644 --- a/mote/v2/openwrt/package/flukso/src/makefile +++ b/mote/v2/openwrt/package/flukso/src/makefile @@ -5,7 +5,7 @@ # gnu89 = c89 plus GCC extensions # c99 = ISO C99 standard (not yet fully implemented) # gnu99 = c99 plus GCC extensions -CSTANDARD = -std=gnu89 +CSTANDARD = -std=gnu99 all: luad.o ifeq ($(OPENWRT_BUILD),1)