]> git.pld-linux.org Git - packages/Carla.git/commitdiff
Use '-j1' for make
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 19 Nov 2016 17:46:57 +0000 (18:46 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 19 Nov 2016 17:46:57 +0000 (18:46 +0100)
Carla.spec

index 72d85ae5cefb715ebf360ae91f8935ce67a7f10f..9a18c453b6ad10001be0b2786774dcf3ef9ddc55 100644 (file)
@@ -54,7 +54,7 @@ Pliki nagłówkowe biblioteki %{name}.
 %patch1 -p1
 
 %build
-%{__make} \
+%{__make} -j1 \
        PREFIX=%{_prefix} \
        LIBDIR=%{_libdir}
 
This page took 0.116404 seconds and 4 git commands to generate.