fix parallel jobs issue in lua build 76/21776/1
authorValentin Cupif <valentin.cupif@open.eurogiciel.org>
Tue, 27 May 2014 15:54:13 +0000 (17:54 +0200)
committerValentin Cupif <valentin.cupif@open.eurogiciel.org>
Tue, 27 May 2014 15:54:13 +0000 (17:54 +0200)
Change-Id: Id43e21300fb43dc94fed173f2589c918a2f23171
Signed-off-by: Valentin Cupif <valentin.cupif@open.eurogiciel.org>
recipes-tizen/lua/lua-extraconf.inc

index b81f024..367070b 100644 (file)
@@ -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