OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 02-May-2008 08:37:37 Branch: HEAD Handle: 2008050207373600 Modified files: openpkg-src/apache-php apache-php.spec Log: sync with PHP package by adding JSON support Summary: Revision Changes Path 1.24 +7 -1 openpkg-src/apache-php/apache-php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.23 -r1.24 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 27 Mar 2008 11:46:01 -0000 1.23 +++ openpkg-src/apache-php/apache-php.spec 2 May 2008 06:37:36 -0000 1.24 @@ -40,7 +40,7 @@ Group: Web License: PHP Version: %{V_php} -Release: 20080327 +Release: 20080502 # package options %option with_suhosin no @@ -63,6 +63,7 @@ %option with_iconv no %option with_imap no %option with_imap_annotate no +%option with_json no %option with_mbregex no %option with_mbstring no %option with_mcrypt no @@ -483,6 +484,11 @@ --with-imap=%{l_prefix} \ --with-imap-ssl=%{l_prefix} \ %endif +%if "%{with_json}" == "yes" + --enable-json \ +%else + --disable-json \ +%endif %if "%{with_xml}" == "yes" --enable-xml \ --enable-libxml \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org