[packages/rhash] serialize install

atler atler at pld-linux.org
Tue Mar 28 11:45:07 CEST 2023


commit 1775127a919df6a85206393229ed8acd50042dc1
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Mar 28 11:40:40 2023 +0200

    serialize install
    
    both "build-install-binary" and "install-symlinks" targets will trigger
    "install-binary" target making it racy

 rhash.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rhash.spec b/rhash.spec
index 3d256f6..76c0e65 100644
--- a/rhash.spec
+++ b/rhash.spec
@@ -111,7 +111,7 @@ RHash - statyczna wersja biblioteki funkcji skrótu.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install install-pkg-config \
+%{__make} -j1 install install-pkg-config \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # missing from top-level Makefile
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rhash.git/commitdiff/1775127a919df6a85206393229ed8acd50042dc1



More information about the pld-cvs-commit mailing list