]> git.pld-linux.org Git - packages/SILK_SDK.git/commitdiff
- try non-parallel build (seems racy)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2013 18:21:29 +0000 (20:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2013 18:21:29 +0000 (20:21 +0200)
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.090663 seconds and 4 git commands to generate.