[packages/libtecla] - non-parallel install
qboosh
qboosh at pld-linux.org
Tue Jul 5 22:26:20 CEST 2022
commit 614ddcdd582f259fc55465f30c3811a69cd7049d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jul 5 22:28:00 2022 +0200
- non-parallel install
libtecla.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libtecla.spec b/libtecla.spec
index e5bef97..ee5a580 100644
--- a/libtecla.spec
+++ b/libtecla.spec
@@ -66,7 +66,7 @@ Statyczna biblioteka tecla.
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
INCDIR=$RPM_BUILD_ROOT%{_includedir} \
LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libtecla.git/commitdiff/614ddcdd582f259fc55465f30c3811a69cd7049d
More information about the pld-cvs-commit
mailing list