[packages/tigervnc] - disable parallel build, it doesn't quite qork here
    baggins 
    baggins at pld-linux.org
       
    Mon Feb 23 01:47:24 CET 2015
    
    
  
commit 5cd2719770ef60711ca656295e9f6bd8f5fadda5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Feb 23 01:47:03 2015 +0100
    - disable parallel build, it doesn't quite qork here
 tigervnc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index 0cd9cf2..f3a0380 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -199,7 +199,7 @@ cd unix/xserver
 
 %build
 %cmake .
-%{__make}
+%{__make} -j1
 
 cd unix/xserver
 %{__aclocal} -I m4
@@ -246,11 +246,11 @@ export CXXFLAGS="%{rpmcxxflags} -fpermissive"
 	--with-xkb-output=/var/lib/xkb \
 	--disable-unit-tests
 
-%{__make}
+%{__make} -j1
 cd -
 
 cd media
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tigervnc.git/commitdiff/5cd2719770ef60711ca656295e9f6bd8f5fadda5
    
    
More information about the pld-cvs-commit
mailing list