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:   18-May-2004 10:16:35
  Branch: HEAD                             Handle: 2004051809163400

  Modified files:
    openpkg-src/sasl        sasl.spec

  Log:
    add optional ntlm support (doesn't need libsmbclient)

  Summary:
    Revision    Changes     Path
    1.115       +7  -1      openpkg-src/sasl/sasl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.114 -r1.115 sasl.spec
  --- openpkg-src/sasl/sasl.spec        15 Mar 2004 17:49:05 -0000      1.114
  +++ openpkg-src/sasl/sasl.spec        18 May 2004 08:16:34 -0000      1.115
  @@ -34,7 +34,7 @@
   Group:        Cryptography
   License:      BSD
   Version:      2.1.18
  -Release:      20040315
  +Release:      20040518
   
   #   package options
   %option       with_fsl    yes
  @@ -42,6 +42,7 @@
   %option       with_login  no
   %option       with_ldap   no
   %option       with_mysql  no
  +%option       with_ntlm   no
   
   #   list of sources
   Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
  @@ -170,6 +171,11 @@
   %else
           --without-mysql \
   %endif
  +%if "%{with_ntlm}" == "yes"
  +        --enable-ntlm \
  +%else
  +        --disable-ntlm \
  +%endif
           --enable-shared \
           --enable-static \
           --enable-staticdlopen \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to