From: Valentin Cupif Date: Tue, 27 May 2014 15:54:13 +0000 (+0200) Subject: fix parallel jobs issue in lua build X-Git-Tag: demo_release_0.1~53^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F21776%2F1;p=scm%2Fbb%2Fmeta-tizen.git fix parallel jobs issue in lua build Change-Id: Id43e21300fb43dc94fed173f2589c918a2f23171 Signed-off-by: Valentin Cupif --- diff --git a/recipes-tizen/lua/lua-extraconf.inc b/recipes-tizen/lua/lua-extraconf.inc index b81f024..367070b 100644 --- a/recipes-tizen/lua/lua-extraconf.inc +++ b/recipes-tizen/lua/lua-extraconf.inc @@ -9,7 +9,7 @@ do_compile() { LD_AS_NEEDED=1; export LD_AS_NEEDED ; sed -i 's:LUA_ROOT2 "LIBDIR/lua/5.1/":LUA_ROOT2 \"lib/lua/5.1/":' src/luaconf.h - make -j16 -C src CC="${CC}" MYCFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -DLUA_USE_LINUX" MYLDFLAGS='${LDFLAGS}' MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" V=5.1 all + make -j1 -C src CC="${CC}" MYCFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIC -DLUA_USE_LINUX" MYLDFLAGS='${LDFLAGS}' MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" V=5.1 all