[packages/dtc] - non-parallel make

qboosh qboosh at pld-linux.org
Mon Mar 11 06:02:20 CET 2019


commit 6a9713993bc4d44a113946a9bd27308759d8cb3f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 11 06:08:03 2019 +0100

    - non-parallel make

 dtc.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/dtc.spec b/dtc.spec
index 2185ed3..c280d29 100644
--- a/dtc.spec
+++ b/dtc.spec
@@ -101,7 +101,7 @@ Wiązanie Pythona do biblioteki fdt.
 %patch0 -p1
 
 %build
-%{__make} \
+%{__make} -j1 \
 	%{?with_verbose:V=1} \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fPIC" \
@@ -109,6 +109,7 @@ Wiązanie Pythona do biblioteki fdt.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	%{?with_verbose:V=1} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dtc.git/commitdiff/6a9713993bc4d44a113946a9bd27308759d8cb3f



More information about the pld-cvs-commit mailing list