]> git.pld-linux.org Git - packages/xen.git/commitdiff
-j1 for make as an attempt to fix build
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Oct 2013 16:01:40 +0000 (18:01 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Oct 2013 16:01:40 +0000 (18:01 +0200)
xen.spec

index 60981b70987110406ba7bfee6fab1759ee5a3fbe..e6dc1554da94acdc6c8b9067ff67e41c19c29bfb 100644 (file)
--- 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}" \
This page took 0.04547 seconds and 4 git commands to generate.