[packages/SILK_SDK] - try non-parallel build (seems racy)

qboosh qboosh at pld-linux.org
Sun Jul 7 20:21:51 CEST 2013


commit 0ee77cab93c4fe6fb8d479aeafdc2e619c1a9176
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 7 20:21:29 2013 +0200

    - try non-parallel build (seems racy)

 SILK_SDK.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/SILK_SDK.spec b/SILK_SDK.spec
index 09ae649..0cb36f2 100644
--- a/SILK_SDK.spec
+++ b/SILK_SDK.spec
@@ -59,7 +59,7 @@ Statyczna biblioteka SKP SILK SDK.
 
 %build
 dir=SILK_SDK_SRC_%{flavour}_v%{version}
-%{__make} -C $dir \
+%{__make} -j1 -C $dir \
 	ADDED_CFLAGS="%{rpmcflags}" \
 	CC="libtool --mode=compile --tag=CC %{__cc}" \
 	CXX="libtool --mode=compile --tag=CXX %{__cxx}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SILK_SDK.git/commitdiff/0ee77cab93c4fe6fb8d479aeafdc2e619c1a9176



More information about the pld-cvs-commit mailing list