]> git.pld-linux.org Git - packages/SILK_SDK.git/blobdiff - SILK_SDK.spec
- try non-parallel build (seems racy)
[packages/SILK_SDK.git] / SILK_SDK.spec
index 09ae649a415b3d860b333596007215b3bfec12ea..0cb36f21ea756fee2bbf17e0b818c145198b9945 100644 (file)
@@ -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}" \
This page took 0.537635 seconds and 4 git commands to generate.