[packages/php/PHP_5_3] disable parallel install

atler atler at pld-linux.org
Fri Jun 30 13:31:00 CEST 2023


commit 80c62d131acde941d04df6f577a807089c877980
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jun 30 12:33:30 2023 +0200

    disable parallel install
    
    there appears to be race to create target directories

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 4902152..dc2ee73 100644
--- a/php.spec
+++ b/php.spec
@@ -2633,7 +2633,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cg
 
 cp -pf php_config.h.cli main/php_config.h
 cp -pf Makefile.cli Makefile
-%{__make} install \
+%{__make} -j1 install \
 	phpbuilddir=%{_libdir}/%{name}/build \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/80c62d131acde941d04df6f577a807089c877980



More information about the pld-cvs-commit mailing list