fix lua compile configuration error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11047 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2008-05-04 17:48:26 +00:00
parent eeae3ce9e1
commit fc23bb932f
1 changed files with 2 additions and 0 deletions

View File

@ -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" \