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:   22-Feb-2006 20:15:09
  Branch: HEAD                             Handle: 2006022219150800

  Modified files:
    openpkg-src/php         php.spec

  Log:
    enable FastCGI support

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.119 -r1.120 php.spec
  --- openpkg-src/php/php.spec  19 Jan 2006 06:33:04 -0000      1.119
  +++ openpkg-src/php/php.spec  22 Feb 2006 19:15:08 -0000      1.120
  @@ -37,7 +37,7 @@
   Group:        Language
   License:      PHP
   Version:      %{V_php}
  -Release:      20060119
  +Release:      20060222
   
   #   package options
   %option       with_bc                   no
  @@ -48,6 +48,7 @@
   %option       with_debug                no
   %option       with_dom                  no
   %option       with_exif                 no
  +%option       with_fastcgi              no
   %option       with_freetype             no
   %option       with_ftp                  no
   %option       with_gdbm                 no
  @@ -330,6 +331,11 @@
           --with-jpeg-dir=%{l_prefix} \
           --with-png-dir=%{l_prefix} \
   %endif
  +%if "%{with_fastcgi}" == "yes"
  +         --enable-fastcgi \
  +%else
  +         --disable-fastcgi \
  +%endif
   %if "%{with_freetype}" == "yes"
           --enable-gd-imgstrttf \
           --enable-gd-native-ttf \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to