openwrt: add -std=c99 compile flag to luaxyssl makefile

This commit is contained in:
Bart Van Der Meerssche 2010-09-20 18:51:32 +02:00
parent ba27080b4c
commit dbd325d948
1 changed files with 1 additions and 1 deletions

View File

@ -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