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

php.spec

index f2295472bb896a7031baf72d35174e645c905843..a317f21b8edf473bfee2dcb277e308626530660d 100644 (file)
--- a/php.spec
+++ b/php.spec
 %undefine      with_filter
 %endif
 
-%define                rel             0.4
+%define                rel             0.5
 %define                subver  alpha2
 %define                orgname php
 %define                ver_suffix 71
@@ -2562,6 +2562,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.071121 seconds and 4 git commands to generate.