]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
- disable parallel build, it doesn't quite qork here auto/th/tigervnc-1.4.2-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Feb 2015 00:47:03 +0000 (01:47 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Feb 2015 00:47:03 +0000 (01:47 +0100)
tigervnc.spec

index 0cd9cf268126f903fac910dc071f2c67f9eccfcd..f3a038079addb1b19202414a22c47800a7bd2b09 100644 (file)
@@ -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
This page took 0.036207 seconds and 4 git commands to generate.