From dbd325d948940d31ea37dc59acfbbb7923f92588 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Mon, 20 Sep 2010 18:51:32 +0200 Subject: [PATCH] openwrt: add -std=c99 compile flag to luaxyssl makefile --- mote/v1/openwrt/package/luaxyssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mote/v1/openwrt/package/luaxyssl/Makefile b/mote/v1/openwrt/package/luaxyssl/Makefile index bd74926..c33f803 100644 --- a/mote/v1/openwrt/package/luaxyssl/Makefile +++ b/mote/v1/openwrt/package/luaxyssl/Makefile @@ -29,7 +29,7 @@ define Build/Configure endef define Build/Compile - $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -shared -fpic -pedantic -Wall \ + $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -shared -fpic -pedantic -Wall -std=c99 \ -I$(STAGING_DIR)/usr/include \ -DXYSSL=9 \ -o $(PKG_BUILD_DIR)/lxyssl.so -lxyssl $(PKG_BUILD_DIR)/lxyssl.c