[packages/crossmingw32-w32api] - non-parallel make

qboosh qboosh at pld-linux.org
Wed Feb 16 06:20:18 CET 2022


commit b8a41dcd08c7a1586409b8d2c5b74d386ae6d45c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 16 06:19:02 2022 +0100

    - non-parallel make

 crossmingw32-w32api.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-w32api.spec b/crossmingw32-w32api.spec
index 7ae8424..74a02ae 100644
--- a/crossmingw32-w32api.spec
+++ b/crossmingw32-w32api.spec
@@ -109,12 +109,12 @@ cp /usr/share/automake/config.sub .
 	--host=%{target} \
 	--build=%{_target_platform}
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C w32api install \
+%{__make} -C w32api -j1 install \
 	libdir=$RPM_BUILD_ROOT%{_libdir} \
 	includedir=$RPM_BUILD_ROOT%{_includedir}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-w32api.git/commitdiff/8d014b61090e5e4e1a7b95b6ab1a8b2e296c1807



More information about the pld-cvs-commit mailing list