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:41:35
  Branch: HEAD                             Handle: 2009100221413500

  Modified files:
    openpkg-src/php         php.spec

  Log:
    allow tokenizer extension to be enabled

  Summary:
    Revision    Changes     Path
    1.205       +7  -1      openpkg-src/php/php.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.204 -r1.205 php.spec
  --- openpkg-src/php/php.spec  9 Sep 2009 12:01:27 -0000       1.204
  +++ openpkg-src/php/php.spec  2 Oct 2009 20:41:35 -0000       1.205
  @@ -39,7 +39,7 @@
   Group:        Language
   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
  @@ -482,6 +483,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

Reply via email to