commit b0d97be45544d354b07c9ae827a1ce3ae507cae3
Author: Elan Ruusamäe <[email protected]>
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index f229547..a317f21 100644
--- a/php.spec
+++ b/php.spec
@@ -133,7 +133,7 @@
 %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
 
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to