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

Florin Braescu florin at lunar-linux.org
Sat Sep 3 17:55:28 UTC 2005


Author: florin
Date: 2005-09-03 17:55:27 +0000 (Sat, 03 Sep 2005)
New Revision: 16339

Modified:
   moonbase/trunk/crypto/cyrus-sasl/BUILD
   moonbase/trunk/crypto/cyrus-sasl/DEPENDS
Log:
apply Dennis Veatch patch regarding sql.

Modified: moonbase/trunk/crypto/cyrus-sasl/BUILD
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-09-03 17:37:21 UTC (rev 16338)
+++ moonbase/trunk/crypto/cyrus-sasl/BUILD	2005-09-03 17:55:27 UTC (rev 16339)
@@ -8,7 +8,11 @@
     sedit "s/@LIBS@/@LIBS@ -lcrypt/" */Makefile.in
   fi
 
+  # 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  \
               --with-plugindir=/usr/lib/sasl2      \
@@ -20,7 +24,7 @@
   mkdir -p /var/lib/sasl/  &&
   default_make             &&
   if [ ! -e /usr/lib/sasl2/smtpd.conf ] ; then
-    install $SOURCE_CACHE/$SOURCE2 /usr/lib/sasl2/smtpd.conf.gz &&
+    install $SOURCE_CACHE/$SOURCE2 /usr/lib/sasl2/smtpd.conf.gz  &&
     gunzip /usr/lib/sasl2/smtpd.conf.gz
   fi
 

Modified: moonbase/trunk/crypto/cyrus-sasl/DEPENDS
===================================================================
--- moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-09-03 17:37:21 UTC (rev 16338)
+++ moonbase/trunk/crypto/cyrus-sasl/DEPENDS	2005-09-03 17:55:27 UTC (rev 16339)
@@ -1,6 +1,17 @@
 depends openssl  &&
 depends db       &&
 
-optional_depends "Linux-PAM"  "--with-pam"   "--without-pam"   "for PAM authentication"  &&
-optional_depends "mysql"      "--with-mysql" "--without-mysql" "for mysql support"       &&
-optional_depends "postgresql" "--with-pgsql" "--without-pgsql" "for postgreSQL support"
+optional_depends "Linux-PAM"                  \
+                 "--with-pam"                 \
+		 "--without-pam"              \
+		 "for PAM authentication"    &&
+
+optional_depends "mysql"                      \
+                 "--enable-sql --with-mysql"  \
+                 "--without-mysql"            \
+		 "for mysql support"         &&
+		 
+optional_depends "postgresql"                 \
+                 "--enable-sql --with-pgsql"  \
+		 "--without-pgsql"            \
+		 "for postgreSQL support"



More information about the Lunar-commits mailing list