]> git.pld-linux.org Git - packages/php.git/commitdiff
- adapter friendly
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Oct 2007 22:24:26 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.688

php.spec

index 190d241aba074cbe921cc38528488bdd3796c06b..afb786a989d3679bda9fc496576be26f8ce37cf6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1803,7 +1803,7 @@ done
 %{__make} build-modules
 
 %if %{with apache1}
-%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1 LDFLAGS=-lpthread
+%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1 LDFLAGS="-lpthread"
 %endif
 
 %if %{with apache2}
@@ -1813,18 +1813,18 @@ done
 # FCGI
 %if %{with fcgi}
 cp -af php_config.h.fcgi main/php_config.h
-%{__make} sapi/cgi/php-cgi -f Makefile.fcgi LDFLAGS=-lpthread
+%{__make} sapi/cgi/php-cgi -f Makefile.fcgi LDFLAGS="-lpthread"
 cp -r sapi/cgi sapi/fcgi
 rm -rf sapi/cgi/.libs sapi/cgi/*.lo
 %endif
 
 # CGI
 cp -af php_config.h.cgi main/php_config.h
-%{__make} sapi/cgi/php-cgi -f Makefile.cgi LDFLAGS=-lpthread
+%{__make} sapi/cgi/php-cgi -f Makefile.cgi LDFLAGS="-lpthread"
 
 # CLI
 cp -af php_config.h.cli main/php_config.h
-%{__make} sapi/cli/php -f Makefile.cli LDFLAGS=-lpthread
+%{__make} sapi/cli/php -f Makefile.cli LDFLAGS="-lpthread"
 
 %if %{with tests}
 # Run tests, using the CLI SAPI
This page took 0.7759 seconds and 4 git commands to generate.