[packages/papi] - disable parallel build
    baggins 
    baggins at pld-linux.org
       
    Thu Dec 13 12:59:12 CET 2012
    
    
  
commit 63bba85b99627aa79de4d78ae6f418139a5ea987
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Dec 13 12:59:02 2012 +0100
    - disable parallel build
 papi.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/papi.spec b/papi.spec
index 5ae1a3c..c549edd 100644
--- a/papi.spec
+++ b/papi.spec
@@ -114,12 +114,13 @@ CPPFLAGS="$(apr-1-config --cppflags) $(apu-1-config --includes)"
 	--with-apache=%{_prefix} \
 	--includedir=%{_includedir}/papi \
 	--enable-static
-%{__make}
+
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # modules dlopened by psm-*.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/papi.git/commitdiff/63bba85b99627aa79de4d78ae6f418139a5ea987
    
    
More information about the pld-cvs-commit
mailing list