SPECS: php.spec - adapter friendly

glen glen at pld-linux.org
Tue Oct 23 00:24:31 CEST 2007


Author: glen                         Date: Mon Oct 22 22:24:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter friendly

---- Files affected:
SPECS:
   php.spec (1.687 -> 1.688) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.687 SPECS/php.spec:1.688
--- SPECS/php.spec:1.687	Fri Oct 12 19:00:47 2007
+++ SPECS/php.spec	Tue Oct 23 00:24:26 2007
@@ -1804,7 +1804,7 @@
 %{__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}
@@ -1814,18 +1814,18 @@
 # 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
@@ -2730,6 +2730,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.688  2007/10/22 22:24:26  glen
+- adapter friendly
+
 Revision 1.687  2007/10/12 17:00:47  glen
 - rel 5: #42952
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.687&r2=1.688&f=u



More information about the pld-cvs-commit mailing list