[packages/ocaml-gmp] - parallel build does not work - rel 7
baggins
baggins at pld-linux.org
Mon Jun 5 22:34:12 CEST 2017
commit e7464eae3b6412ca980bc9b97847c52a28a1c766
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Jun 5 22:33:38 2017 +0200
- parallel build does not work
- rel 7
ocaml-gmp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-gmp.spec b/ocaml-gmp.spec
index f39791d..206cc2c 100644
--- a/ocaml-gmp.spec
+++ b/ocaml-gmp.spec
@@ -56,9 +56,9 @@ biblioteki MLGMP.
%build
# clean up precompiled files
-%{__make} clean
+%{__make} -j1 1clean
-%{__make} \
+%{__make} -j1 \
%{?with_ocaml_opt:HAS_OPT=1} \
CC="%{__cc} %{rpmcflags} -fPIC" \
CFLAGS_MISC="%{rpmcflags} -fPIC -Wall -Wno-unused -Werror" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-gmp.git/commitdiff/e7464eae3b6412ca980bc9b97847c52a28a1c766
More information about the pld-cvs-commit
mailing list