Преглед изворни кода

disable PAM here, because it makes lots of trouble

Ralf S. Engelschall пре 24 година
родитељ
комит
46eeb40e1e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      sasl/sasl.spec

+ 2 - 1
sasl/sasl.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Cryptography
 License:      BSD
 Version:      2.1.2
-Release:      20020327
+Release:      20020425
 
 #   list of sources
 Source0:      ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
@@ -74,6 +74,7 @@ AutoReqProv:  no
         --with-dblib=berkeley \
         --with-bdb-incdir=%{l_prefix}/include \
         --with-bdb-libdir=%{l_prefix}/lib \
+        --without-pam \
         --disable-shared \
         --disable-java \
         --disable-sample \