]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 5; install correct php-fpm auto/th/php-5_3_10-5 auto/ti/php-5_3_10-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Feb 2012 07:55:38 +0000 (07:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.977

php.spec

index 36c4c33136b65ac1a91beb5abf5cb68f9c7eacb1..79a4157c8e465a238f2aaf1aaa266cdc5238d21f 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -110,7 +110,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     4
+%define                rel     5
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -2404,6 +2404,8 @@ cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
 %if %{with fpm}
 %{__make} -f Makefile.fpm install-fpm \
        INSTALL_ROOT=$RPM_BUILD_ROOT
+# Makefile.fpm incorrectly installs libtool script instead of final binary so overwrite
+libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}
 
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/fpm.d}
 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/php-fpm
This page took 0.064692 seconds and 4 git commands to generate.