[packages/php/PHP_5_4] make install not job safe

glen glen at pld-linux.org
Tue Jan 27 13:25:20 CET 2015


commit 2035da2369618978da5a7d4c0f93a54210e0b766
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 21 15:42:02 2015 +0200

    make install not job safe

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index c7b962e..bf01324 100644
--- a/php.spec
+++ b/php.spec
@@ -2394,7 +2394,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} install -j1 \
 	phpbuilddir=%{_libdir}/%{name}/build \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/2035da2369618978da5a7d4c0f93a54210e0b766



More information about the pld-cvs-commit mailing list