]> git.pld-linux.org Git - packages/php.git/commitdiff
fix phpdbg binary install
authorElan Ruusamäe <glen@delfi.ee>
Mon, 4 Jul 2016 16:24:38 +0000 (19:24 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 4 Jul 2016 16:54:10 +0000 (19:54 +0300)
the Makefile attempts to install libtool wrapper, so force libtool
install mode

cherry-picked 9629b3c0980da2d3181f0678eda7734ac77fa383

the fix is needed after 818ca16

php.spec

index 274e8d6562b056fdf4eec537e483511b6fb15be2..e5f7ff88fb0e806304676ae322c20eba8200b9e3 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2644,6 +2644,7 @@ libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/
 
 %if %{with phpdbg}
 %{__make} -f Makefile.phpdbg install-phpdbg \
+       INSTALL="libtool --mode=install install -p" \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 %endif
 
This page took 0.04338 seconds and 4 git commands to generate.