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:00:49 Branch: HEAD Handle: 2009090913004800 Modified files: openpkg-src/apache-php apache-php.spec Log: add SOAP support Summary: Revision Changes Path 1.53 +9 -1 openpkg-src/apache-php/apache-php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.52 -r1.53 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 16 Aug 2009 15:42:25 -0000 1.52 +++ openpkg-src/apache-php/apache-php.spec 9 Sep 2009 12:00:48 -0000 1.53 @@ -39,7 +39,7 @@ Group: Web 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 @@ -501,6 +506,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