[packages/AppStream] - build is racy (typelib vs vapi); use -j1

qboosh qboosh at pld-linux.org
Sat May 31 10:25:26 CEST 2014


commit 031678adae969220c4c3b0c189e1f203848466e3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 31 10:28:43 2014 +0200

    - build is racy (typelib vs vapi); use -j1

 AppStream.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/AppStream.spec b/AppStream.spec
index 5a92b4f..94305ba 100644
--- a/AppStream.spec
+++ b/AppStream.spec
@@ -103,7 +103,7 @@ cd build
 	%{?with_apidocs:-DDOCUMENTATION=ON} \
 	%{?with_vala:-DVAPI=ON}
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/AppStream.git/commitdiff/031678adae969220c4c3b0c189e1f203848466e3



More information about the pld-cvs-commit mailing list