From: Felix Fietkau Date: Sun, 4 May 2008 17:48:26 +0000 (+0000) Subject: fix lua compile configuration error X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=fc23bb932f38a47a8dcee30140c30e223f341b2f;p=15.05%2Fopenwrt.git fix lua compile configuration error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11047 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/lua/Makefile b/package/lua/Makefile index 2e1348f1c1..30eac84cc7 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -87,6 +87,8 @@ endef define Build/Configure endef +TARGET_CFLAGS += -DLUA_USE_LINUX + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CROSS)gcc" \