[packages/wcslib] - non-parallel make

qboosh qboosh at pld-linux.org
Sun Mar 4 08:27:46 CET 2018


commit 17e878cdc74eb2100dcf5fe0ce4e3fb8c0ce5506
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 4 08:30:15 2018 +0100

    - non-parallel make

 wcslib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wcslib.spec b/wcslib.spec
index 1e1755d..cec3241 100644
--- a/wcslib.spec
+++ b/wcslib.spec
@@ -69,12 +69,12 @@ Dokumentacja API bibliotek WCSLIB.
 %build
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # split over packages as %doc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wcslib.git/commitdiff/17e878cdc74eb2100dcf5fe0ce4e3fb8c0ce5506



More information about the pld-cvs-commit mailing list