[packages/ocaml-curses] - disable parallel build
baggins
baggins at pld-linux.org
Sat Jul 25 15:19:04 CEST 2015
commit bb1f5fe00c4e4001756f0d983beeb28a18c44570
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jul 25 15:18:52 2015 +0200
- disable parallel build
ocaml-curses.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-curses.spec b/ocaml-curses.spec
index 04b3fc8..8c157e9 100644
--- a/ocaml-curses.spec
+++ b/ocaml-curses.spec
@@ -51,7 +51,7 @@ developing applications that use %{name}.
%configure \
--enable-widec
-%{__make} all %{?with_ocaml_opt:opt}
+%{__make} -j1 all %{?with_ocaml_opt:opt}
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-curses.git/commitdiff/bb1f5fe00c4e4001756f0d983beeb28a18c44570
More information about the pld-cvs-commit
mailing list