OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Apr-2004 19:48:38
  Branch: HEAD                             Handle: 2004042118483700

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    Add with_mod_php_mcrypt option for libmcrypt support in PHP.
    
    Submitted by: Steffen Weinreich <[EMAIL PROTECTED]>

  Summary:
    Revision    Changes     Path
    1.224       +9  -1      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.223 -r1.224 apache.spec
  --- openpkg-src/apache/apache.spec    20 Apr 2004 09:47:49 -0000      1.223
  +++ openpkg-src/apache/apache.spec    21 Apr 2004 17:48:37 -0000      1.224
  @@ -64,7 +64,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20040420
  +Release:      20040421
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -127,6 +127,7 @@
   %option       with_mod_php_transsid     no
   %option       with_mod_php_curl         no
   %option       with_mod_php_mhash        no
  +%option       with_mod_php_mcrypt       no
   %option       with_mod_php_wddx         no
   %option       with_mod_php_gdbm         no
   %option       with_mod_php_versioning   no
  @@ -304,6 +305,10 @@
   BuildPreReq:  mhash
   PreReq:       mhash
   %endif
  +%if "%{with_mod_php_mcrypt}" == "yes"
  +BuildPreReq:  libmcrypt
  +PreReq:       libmcrypt
  +%endif
   %if "%{with_mod_php_gdbm}" == "yes"
   BuildPreReq:  gdbm
   PreReq:       gdbm
  @@ -752,6 +757,9 @@
   %endif
   %if "%{with_mod_php_mhash}" == "yes"
             --with-mhash=%{l_prefix} \
  +%endif
  +%if "%{with_mod_php_mcrypt}" == "yes"
  +          --with-mcrypt=%{l_prefix} \
   %endif
   %if "%{with_mod_php_curl}" == "yes"
             --with-curl=%{l_prefix} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to