]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
Attempting to fix building at builders with -j1 auto/th/glusterfs-3.4.0-1
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Oct 2013 15:11:26 +0000 (17:11 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Oct 2013 15:11:26 +0000 (17:11 +0200)
glusterfs.spec

index a8d01e3bdb6ea86546b494d4fdd7eb888bb16f1b..ff5692969852498e7b3ea99a69001fca486ff3cf 100644 (file)
@@ -189,13 +189,13 @@ Agenci OCF do monitorowania procesów GlusterFS-a.
        --enable-systemtap%{!?with_systemtap:=no} \
        --with-initdir=/etc/rc.d/init.d
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_var}/lib/glusterd}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # No idea why installs elsewhere than later expects to be
This page took 0.034326 seconds and 4 git commands to generate.