community/ocaml-findlib: use make -j1 for now due to parallelism problems on highly parallel builders (like ppc64le)

This commit is contained in:
William Pitcock 2017-06-30 22:22:09 +00:00
parent 118568f8a5
commit a786d1bafa

View File

@ -24,7 +24,7 @@ build() {
-sitelib /usr/lib/ocaml \
-mandir /usr/share/man \
-config /etc/$_pkgname.conf || return 1
make all opt
make -j1 all opt
}
package() {