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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Jun-2004 12:32:52
  Branch: HEAD                             Handle: -NONE-

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    add optional support for libcrack

  Summary:
    Revision    Changes     Path
    1.236       +0  -0      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.235 -r1.236 apache.spec
  --- openpkg-src/apache/apache.spec    16 Jun 2004 15:30:41 -0000      1.235
  +++ openpkg-src/apache/apache.spec    18 Jun 2004 10:32:51 -0000      1.236
  @@ -66,7 +66,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20040616
  +Release:      20040618
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -143,6 +143,7 @@
   %option       with_mod_php_exif         no
   %option       with_mod_php_iconv        no
   %option       with_mod_php_sendmail     no
  +%option       with_mod_php_crack        no
   
   #   package options (braindead ones only)
   %option       with_gdbm_ndbm            yes
  @@ -343,6 +344,10 @@
   BuildPreReq:  MTA
   PreReq:       MTA
   %endif
  +%if "%{with_mod_php_crack}" == "yes"
  +BuildPreReq:  libcrack
  +PreReq:       libcrack
  +%endif
   %endif
   %if "%{with_mod_auth_ldap}" == "yes"
   BuildPreReq:  openldap, openssl
  @@ -827,6 +832,9 @@
   %if "%{with_mod_php_iconv}" == "yes"
             --with-iconv=%{l_prefix} \
   %endif
  +%if "%{with_mod_php_crack}" == "yes"
  +          --with-crack=%{l_prefix} \
  +%endif
             --disable-cli \
             --without-pear \
             --disable-shared \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to