[packages/unrar] - disable broken parallel build

baggins baggins at pld-linux.org
Sun Jan 3 17:52:49 CET 2021


commit e3789b17ee38d60ebd6e4b08609d8d87c4ce6d59
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jan 3 17:52:33 2021 +0100

    - disable broken parallel build

 unrar.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/unrar.spec b/unrar.spec
index 8bb1b92..3ffa379 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -75,15 +75,15 @@ Pliki programistyczne biblioteki libunrar.
 
 %build
 install -d done
-%{__make} -f makefile clean
-%{__make} -f makefile \
+%{__make} -j1 -f makefile clean
+%{__make} -j1 -f makefile \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CXXFLAGS="%{rpmcppflags} %{rpmcxxflags}" \
 	STRIP=":"
-mv unrar unrar.done
-%{__make} -f makefile clean
-%{__make} -f makefile lib \
+%{__mv} unrar unrar.done
+%{__make} -j1 -f makefile clean
+%{__make} -j1 -f makefile lib \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CXXFLAGS="%{rpmcppflags} %{rpmcxxflags} -fPIC" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unrar.git/commitdiff/e3789b17ee38d60ebd6e4b08609d8d87c4ce6d59



More information about the pld-cvs-commit mailing list