[packages] lsqlite3: fix build failure with cs toolchain (same as [18192])
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Dec 2009 04:19:24 +0000 (04:19 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Dec 2009 04:19:24 +0000 (04:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18916 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/lsqlite3/Makefile

index 0f7b4b7..6a4adcd 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