OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 09-Sep-2009 14:01:29 Branch: HEAD Handle: 2009090913012700 Modified files: openpkg-src/php php.spec Log: add SOAP support Summary: Revision Changes Path 1.204 +9 -1 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.203 -r1.204 php.spec --- openpkg-src/php/php.spec 16 Aug 2009 15:42:24 -0000 1.203 +++ openpkg-src/php/php.spec 9 Sep 2009 12:01:27 -0000 1.204 @@ -39,7 +39,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20090816 +Release: 20090909 # package options %option with_suhosin no @@ -79,6 +79,7 @@ %option with_session no %option with_simplexml no %option with_snmp no +%option with_soap no %option with_sqlite no %option with_ssl no %option with_tidy no @@ -119,6 +120,10 @@ %undefine with_xml %define with_xml yes %endif +%if "%{with_soap}" == "yes" +%undefine with_xml +%define with_xml yes +%endif %if "%{with_pgsql}" == "yes" %undefine with_ssl %define with_ssl yes @@ -497,6 +502,9 @@ %if "%{with_wddx}" == "yes" --enable-wddx \ %endif +%if "%{with_soap}" == "yes" + --enable-soap \ +%endif %if "%{with_bc}" == "yes" --enable-bcmath \ %endif @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org