From: Nicolas Thill Date: Thu, 24 Dec 2009 04:19:24 +0000 (+0000) Subject: [packages] lsqlite3: fix build failure with cs toolchain (same as [18192]) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=cc5c1fabf32d5b7bdc9bc4ba7a02972ce819c7e0 [packages] lsqlite3: fix build failure with cs toolchain (same as [18192]) SVN-Revision: 18916 --- diff --git a/lang/lsqlite3/Makefile b/lang/lsqlite3/Makefile index 0f7b4b7c59..6a4adcdf8c 100644 --- a/lang/lsqlite3/Makefile +++ b/lang/lsqlite3/Makefile @@ -33,7 +33,7 @@ endef define Build/Configure endef -TARGET_CFLAGS += $(FPIC) $(TARGET_CPPFLAGS) +TARGET_CFLAGS += $(FPIC) $(TARGET_CPPFLAGS) -std=c99 TARGET_LDFLAGS += -llua