Module submission - cyrus-sasl
sirocco@gmx.fr
sirocco at gmx.fr
Wed Aug 31 22:17:17 UTC 2005
module name : cyrus-sasl
suggested section : crypto
update (y/n) : n
bugfix (y/n) : y
security (y/n) : n
cyrus-sasl wasn't able to use mysql, "--enable-sql" was missing in DEPENDS
changes I have done in BUILD aren't needed
Guillaume
-------------- next part --------------
--- cyrus-sasl/BUILD 2005-06-21 20:31:37.000000000 +0200
+++ cyrus-sasl/BUILD 2005-09-01 00:15:33.000000000 +0200
@@ -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 \
--- cyrus-sasl/DEPENDS 2005-06-21 20:31:37.000000000 +0200
+++ cyrus-sasl/DEPENDS 2005-09-01 00:15:55.000000000 +0200
@@ -2,5 +2,5 @@
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 "mysql" "--enable-sql --with-mysql" "--without-mysql" "for mysql support" &&
optional_depends "postgresql" "--with-pgsql" "--without-pgsql" "for postgreSQL support"
-------------- next part --------------
lvu submit cyrus-sasl a55648a16dcf4e581522ac7377fb0333 -
2.6.12.4 2.6.12 gcc-3.3.3 glibc-2.3.3
More information about the Lunar
mailing list