[packages] lsqlite3: fix build failure with cs toolchain (same as [18192])

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18916 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-24 04:19:24 +00:00
parent f5adf42864
commit 86b5322a62

View 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