wok-next rev 8760
Fix: ocaml need -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 21 04:34:17 2011 +0100 (2011-02-21) |
parents | 7fc7fdaf0872 |
children | 34e3298168a8 |
files | ocaml/receipt |
line diff
1.1 --- a/ocaml/receipt Mon Feb 21 04:24:57 2011 +0100 1.2 +++ b/ocaml/receipt Mon Feb 21 04:34:17 2011 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 sed -i 's/base=.*/& || true/' build/camlp4-targets.sh 1.5 ./configure --prefix /usr \ 1.6 $(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') && 1.7 - make world opt && 1.8 + make -j1 world opt && 1.9 sed -i "s|^PREFIX=.*|PREFIX=$PWD/_pkg/usr|" config/Makefile && 1.10 make install 1.11 }