aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lua
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 08:57:09 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 08:57:09 +0000
commitc6507a7c805cedfd14f4156750faaaa460648a2e (patch)
treebad7bdc65ffb93aa3702b2252e15ce7cf2b4b516 /packages/lua
parent3b47581728dd6cc0a0f5de0017a804d734004f49 (diff)
downloadopenembedded-c6507a7c805cedfd14f4156750faaaa460648a2e.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded 2005/03/09 03:56:43-05:00 handhelds.org!kergoth Disable parallel make in the lua builds. BKrev: 422eba65Xwsz6LXr2ZSEjDqwP64l0w
Diffstat (limited to 'packages/lua')
-rw-r--r--packages/lua/lua-build.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/lua/lua-build.inc b/packages/lua/lua-build.inc
index 0758e611cf..ad9f6b84f0 100644
--- a/packages/lua/lua-build.inc
+++ b/packages/lua/lua-build.inc
@@ -6,6 +6,7 @@ USERCONF = '-DLUA_USERCONFIG="\"$(LUA)/etc/saconfig.c\"" -DUSE_READLINE'
# EXTRA_LIBS= "-lm -ldl -lreadline # -lhistory -lcurses -lncurses"
EXTRA_LIBS= "-lm -ldl -lreadline"
+PARALLEL_MAKE = ""
EXTRA_OEMAKE = "'CC=${CC}' 'MYCFLAGS=${MYCFLAGS}' \
'MYLDFLAGS=${MYLDFLAGS}' 'WARN=' \
'INSTALL_EXEC=install -m 0755' \