[Lunar-commits] r16389 - moonbase/trunk/crypto/cyrus-sasl

Stefan Wold ratler at lunar-linux.org
Thu Sep 8 12:51:34 UTC 2005


Author: ratler
Date: 2005-09-08 12:51:33 +0000 (Thu, 08 Sep 2005)
New Revision: 16389

Modified:
   moonbase/trunk/crypto/cyrus-sasl/BUILD
   moonbase/trunk/crypto/cyrus-sasl/DEPENDS
Log:
There are GSSAPI users out there ...

Modified: moonbase/trunk/crypto/cyrus-sasl/BUILD
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-09-08 10:30:15 UTC (rev 16388)
+++ moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-09-08 12:51:33 UTC (rev 16389)
@@ -11,7 +11,6 @@
   # default enabled modules in configure : checkapop, cram, digest, otp, gssapi, plain, anon
   OPTS=$OPTS" --enable-login                       \
               --disable-otp                        \
-              --disable-gssapi                     \
               --disable-anon                       \
               --with-pwcheck=/var/lib/sasl         \
               --with-dbpath=/var/lib/sasl/sasl.db  \

Modified: moonbase/trunk/crypto/cyrus-sasl/DEPENDS
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-09-08 10:30:15 UTC (rev 16388)
+++ moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-09-08 12:51:33 UTC (rev 16389)
@@ -14,4 +14,9 @@
 optional_depends "postgresql"                 \
                  "--enable-sql --with-pgsql"  \
 		 "--without-pgsql"            \
-		 "for postgreSQL support"
+		 "for postgreSQL support"    &&
+
+optional_depends "heimdal"		                               \
+	         "--enable-gssapi=/usr/include/heimdal --disable-krb4" \
+	         "--disable-gssapi"				       \
+	         "for GSSAPI support"



More information about the Lunar-commits mailing list