diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-29 11:15:21 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-29 11:15:46 +0200 |
commit | cc79bed0cd49c2f7209a023845a59bb3605e4bb0 (patch) | |
tree | a08e99868733b40030ee9f693125a5e53e702c1a /development | |
parent | 4208b170d6b8fd0296a828075a0bf9e45faa6ef2 (diff) | |
download | slackbuilds-cc79bed0cd49c2f7209a023845a59bb3605e4bb0.tar.gz |
development/ocaml: Forced -j1 (parallel building seems broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/ocaml/ocaml.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/ocaml/ocaml.SlackBuild b/development/ocaml/ocaml.SlackBuild index d97021f342..da69c8926f 100644 --- a/development/ocaml/ocaml.SlackBuild +++ b/development/ocaml/ocaml.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=ocaml VERSION=3.12.1 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,7 +72,7 @@ CFLAGS="$SLKCFLAGS" ./configure \ --libdir /usr/lib${LIBDIRSUFFIX}/ocaml \ --host $ARCH-slackware-linux -make world.opt +make -j1 world.opt make install \ PREFIX=$PKG/usr \ LIBDIR=$PKG/usr/lib${LIBDIRSUFFIX}/ocaml |