From: nbd Date: Sun, 4 May 2008 17:48:26 +0000 (+0000) Subject: fix lua compile configuration error X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/ec91a20cb7e69ed890497111cfd274e360abe499 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 2e1348f1c..30eac84cc 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" \