[packages/php] fix phpdbg binary install

glen glen at pld-linux.org
Mon Jul 4 18:33:54 CEST 2016


commit 9629b3c0980da2d3181f0678eda7734ac77fa383
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

 php.spec | 1 +
 1 file changed, 1 insertion(+)
---
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
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list