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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   04-Aug-2004 13:17:36
  Branch: HEAD                             Handle: 2004080412173600

  Modified files:
    openpkg-src/sasl        sasl.spec

  Log:
    add option for feature 'experimental SASLdb authentication'
    (saslauthd/configure)

  Summary:
    Revision    Changes     Path
    1.120       +5  -1      openpkg-src/sasl/sasl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.119 -r1.120 sasl.spec
  --- openpkg-src/sasl/sasl.spec        14 Jul 2004 17:46:41 -0000      1.119
  +++ openpkg-src/sasl/sasl.spec        4 Aug 2004 11:17:36 -0000       1.120
  @@ -34,7 +34,7 @@
   Group:        Cryptography
   License:      BSD
   Version:      2.1.19
  -Release:      20040714
  +Release:      20040804
   
   #   package options
   %option       with_fsl    yes
  @@ -45,6 +45,7 @@
   %option       with_pgsql  no
   %option       with_sqlite no
   %option       with_ntlm   no
  +%option       with_sasldb no
   
   #   list of sources
   Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
  @@ -198,6 +199,9 @@
   %else
           --disable-ntlm \
   %endif
  +%if "%{with_sasldb}" == "yes"
  +        --enable-auth-sasldb \
  +%endif
           --enable-shared \
           --enable-static \
           --enable-staticdlopen \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to