[packages] lsqlite3: fix build failure with cs toolchain (same as [18192])
authorNicolas Thill <nico@openwrt.org>
Thu, 24 Dec 2009 04:19:24 +0000 (04:19 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 24 Dec 2009 04:19:24 +0000 (04:19 +0000)
SVN-Revision: 18916

lang/lsqlite3/Makefile

index 0f7b4b7c598f36f61ea994496ed402aefb86fefe..6a4adcdf8c5fede61df837392c111568b97625a4 100644 (file)
@@ -33,7 +33,7 @@ endef
 define Build/Configure
 endef
 
-TARGET_CFLAGS += $(FPIC) $(TARGET_CPPFLAGS)
+TARGET_CFLAGS += $(FPIC) $(TARGET_CPPFLAGS) -std=c99
 
 TARGET_LDFLAGS += -llua