From: Elan Ruusamäe Date: Mon, 4 Jul 2016 16:24:38 +0000 (+0300) Subject: fix phpdbg binary install X-Git-Tag: auto/th/php70-7.0.9-1~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=9629b3c0980da2d3181f0678eda7734ac77fa383;p=packages%2Fphp.git fix phpdbg binary install the Makefile attempts to install libtool wrapper, so force libtool install mode --- diff --git a/php.spec b/php.spec index 06cedc7..7536964 100644 --- 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