]> git.pld-linux.org Git - packages/php.git/commitdiff
make install not job safe
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Jan 2015 13:42:02 +0000 (15:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Jan 2015 13:42:02 +0000 (15:42 +0200)
php.spec

index c7b962e0880e23e478e6daa90b3ae0dd56539798..bf0132402677374591dea079046663b250133825 100644 (file)
--- 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
 
This page took 0.045589 seconds and 4 git commands to generate.