[packages/php/PHP_5_6] fix phpdbg binary install

glen glen at pld-linux.org
Mon Jul 4 19:01:50 CEST 2016


commit be597059fb257f193297c34093740c4b543d7e8a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jul 4 19:24:38 2016 +0300

    fix phpdbg binary install
    
    the Makefile attempts to install libtool wrapper, so force libtool
    install mode
    
    cherry-picked 9629b3c0980da2d3181f0678eda7734ac77fa383
    
    the fix is needed after 818ca16

 php.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/php.spec b/php.spec
index 274e8d6..e5f7ff8 100644
--- 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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/be597059fb257f193297c34093740c4b543d7e8a



More information about the pld-cvs-commit mailing list