[packages/ocaml-zarith] - disable parallel build

baggins baggins at pld-linux.org
Sat Jul 25 20:05:36 CEST 2015


commit 60665bdbb95530ef1494b1375e7734edd66bea7c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jul 25 20:05:26 2015 +0200

    - disable parallel build

 ocaml-zarith.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-zarith.spec b/ocaml-zarith.spec
index 9c8db95..eb94507 100644
--- a/ocaml-zarith.spec
+++ b/ocaml-zarith.spec
@@ -49,7 +49,7 @@ CFLAGS="%{rpmcflags}" \
 	-installdir $RPM_BUILD_ROOT/%{_libdir}/ocaml \
 	-gmp
 
-%{__make} VERBOSE=1
+%{__make} -j1 VERBOSE=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-zarith.git/commitdiff/60665bdbb95530ef1494b1375e7734edd66bea7c



More information about the pld-cvs-commit mailing list