]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Disabled Berkeley DB support until someone fixes it.
authorTimo Sirainen <tss@iki.fi>
Sun, 24 Jan 2010 23:08:12 +0000 (01:08 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 24 Jan 2010 23:08:12 +0000 (01:08 +0200)
--HG--
branch : HEAD

configure.in
src/lib-dict/dict-db.c

index 58dbd9556530f66441561ade0cc2df304a6d7b6e..793e5d651b8a5e8cf1843c014d74062d3ea0de89 100644 (file)
@@ -114,10 +114,11 @@ AC_ARG_WITH(vpopmail,
                vpopmail_home="`echo ~vpopmail`"
        ])
 
-AC_ARG_WITH(db,
-[  --with-db               Build with Berkeley DB support],
-  TEST_WITH(db, $withval),
-  want_db=no)
+# Berkeley DB support is more or less broken. Disabled for now.
+#AC_ARG_WITH(db,
+#[  --with-db               Build with Berkeley DB support],
+#  TEST_WITH(db, $withval),
+#  want_db=no)
 
 dnl The --with-sql is useful only if Dovecot is being built with all the SQL
 dnl drivers as modules. If any SQL driver is built-in, this option is ignored.
index c150b0e9beb30d294f9deb1106d1d8e4c13cc27a..1bd30ae56ba63e8ad717c438390f7bbd5a206b3e 100644 (file)
@@ -1,5 +1,7 @@
 /* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */
 
+/* FIXME: BDB isn't being used correctly/safely. */
+
 #include "lib.h"
 #include "dict-private.h"