Quellcode durchsuchen

disable PAM here, because it makes lots of trouble

Ralf S. Engelschall vor 24 Jahren
Ursprung
Commit
46eeb40e1e
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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 \