[packages/xen] -j1 for make as an attempt to fix build

jajcus jajcus at pld-linux.org
Sat Oct 5 18:02:02 CEST 2013


commit 94887af68a2302e0fc34bb87f53152131db86c3c
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Oct 5 18:01:40 2013 +0200

    -j1 for make as an attempt to fix build

 xen.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xen.spec b/xen.spec
index 60981b7..e6dc155 100644
--- a/xen.spec
+++ b/xen.spec
@@ -423,7 +423,7 @@ export CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 	ac_cv_lib_iconv_libiconv_open=no \
 	--disable-debug
 
-%{__make} dist-xen dist-tools dist-docs \
+%{__make} -j1 dist-xen dist-tools dist-docs \
 	%{!?with_ocaml:OCAML_TOOLS=n} \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xen.git/commitdiff/94887af68a2302e0fc34bb87f53152131db86c3c



More information about the pld-cvs-commit mailing list