]> 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:26:51 +0000 (19:26 +0300)
the Makefile attempts to install libtool wrapper, so force libtool
install mode

php.spec

index 06cedc7c0e78b0d7ca0242a9782e90c53f9544e2..75369643db37f59ec8caadf41395fa19584f978a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2556,6 +2556,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.426312 seconds and 4 git commands to generate.