[packages/php/PHP_5_2] install is racy

glen glen at pld-linux.org
Tue Dec 17 23:19:52 CET 2013


commit 5305a33da5c9db3f6318aba617345f6ceabf3b49
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Dec 18 00:19:27 2013 +0200

    install is racy

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index e77947c..4064a23 100644
--- a/php.spec
+++ b/php.spec
@@ -2298,7 +2298,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cg
 	$RPM_BUILD_ROOT%{_mandir}/man1 \
 
 # install the Apache modules' files
-%{__make} install-headers install-build install-modules install-programs \
+%{__make} -j1 install-headers install-build install-modules install-programs \
 	phpbuilddir=%{_libdir}/%{name}/build \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/5305a33da5c9db3f6318aba617345f6ceabf3b49



More information about the pld-cvs-commit mailing list