[packages/ocaml-gettext] - use make -j1 to avoid "Unbound module" errors

qboosh qboosh at pld-linux.org
Wed Sep 26 18:53:19 CEST 2012


commit d4593b37a4ad855185f0312980902d50f07a3fbf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 26 18:54:26 2012 +0200

    - use make -j1 to avoid "Unbound module" errors

 ocaml-gettext.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ocaml-gettext.spec b/ocaml-gettext.spec
index f059278..59011b1 100644
--- a/ocaml-gettext.spec
+++ b/ocaml-gettext.spec
@@ -58,7 +58,8 @@ używających biblioteki gettext.
 %configure \
 	--with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
 
-%{__make}
+# build is racy
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-gettext.git/commitdiff/d4593b37a4ad855185f0312980902d50f07a3fbf



More information about the pld-cvs-commit mailing list