Skip to content
Snippets Groups Projects
Commit cd471b76 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

lua: enable parallel builds

SVN-Revision: 33716
parent 6d21323d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
http://mirrors.dotsrc.org/lua/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
PKG_MD5SUM:=2e115fe26e435e33b0d5c022e4490567
PKG_BUILD_PARALLEL:=1
HOST_PATCH_DIR := ./patches-host
......@@ -96,7 +97,7 @@ ifneq ($(CONFIG_USE_EGLIBC),)
endif
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
AR="$(TARGET_CROSS)ar rcu" \
RANLIB="$(TARGET_CROSS)ranlib" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment