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: 02-Oct-2009 22:43:21 Branch: HEAD Handle: 2009100221432100 Modified files: openpkg-src/apache-php apache-php.spec Log: allow tokenizer extension to be enabled Summary: Revision Changes Path 1.54 +7 -1 openpkg-src/apache-php/apache-php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.53 -r1.54 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 9 Sep 2009 12:00:48 -0000 1.53 +++ openpkg-src/apache-php/apache-php.spec 2 Oct 2009 20:43:21 -0000 1.54 @@ -39,7 +39,7 @@ Group: Web License: PHP Version: %{V_php} -Release: 20090909 +Release: 20091002 # package options %option with_suhosin no @@ -61,6 +61,7 @@ %option with_imap no %option with_imap_annotate no %option with_json no +%option with_tokenizer no %option with_mbregex no %option with_mbstring no %option with_mcrypt no @@ -486,6 +487,11 @@ %else --disable-json \ %endif +%if "%{with_tokenizer}" == "yes" + --enable-tokenizer \ +%else + --disable-tokenizer \ +%endif %if "%{with_xml}" == "yes" --enable-xml \ --enable-libxml \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org