[packages/Carla] Use '-j1' for make

jajcus jajcus at pld-linux.org
Sat Nov 19 19:23:19 CET 2016


commit e992c6e2f14d9882d459858b5d3047f219bd9dfe
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 19 18:46:57 2016 +0100

    Use '-j1' for make

 Carla.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Carla.spec b/Carla.spec
index 72d85ae..9a18c45 100644
--- a/Carla.spec
+++ b/Carla.spec
@@ -54,7 +54,7 @@ Pliki nagłówkowe biblioteki %{name}.
 %patch1 -p1
 
 %build
-%{__make} \
+%{__make} -j1 \
 	PREFIX=%{_prefix} \
 	LIBDIR=%{_libdir}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Carla.git/commitdiff/8b0be3a90a810653f48d78198f51fb576b84379e



More information about the pld-cvs-commit mailing list