[packages/glusterfs] Attempting to fix building at builders with -j1

jajcus jajcus at pld-linux.org
Sat Oct 5 17:11:46 CEST 2013


commit a53022f4474ec0fce2834a9d2164988b6dc66e87
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Oct 5 17:11:26 2013 +0200

    Attempting to fix building at builders with -j1

 glusterfs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index a8d01e3..ff56929 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glusterfs.git/commitdiff/a53022f4474ec0fce2834a9d2164988b6dc66e87



More information about the pld-cvs-commit mailing list