[packages/ocaml-camomile] - try make -j1 to avoid "Error: Unbound module UReStrParser"
qboosh
qboosh at pld-linux.org
Wed Sep 26 17:58:27 CEST 2012
commit 2ca02a02cad8cf56de82e6bcdbe0f72049a7cc34
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Sep 26 17:59:34 2012 +0200
- try make -j1 to avoid "Error: Unbound module UReStrParser"
ocaml-camomile.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ocaml-camomile.spec b/ocaml-camomile.spec
index b166bd4..d37471e 100644
--- a/ocaml-camomile.spec
+++ b/ocaml-camomile.spec
@@ -54,7 +54,8 @@ biblioteki Camomile.
%build
%configure
-%{__make}
+# build seems racy
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-camomile.git/commitdiff/2ca02a02cad8cf56de82e6bcdbe0f72049a7cc34
More information about the pld-cvs-commit
mailing list