dovecot-1.2: --with-lucene was actually enabling solr.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 25 01:04:01 EET 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/e7c462e3e4bd
changeset: 9531:e7c462e3e4bd
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 25 01:03:57 2010 +0200
description:
--with-lucene was actually enabling solr.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/Makefile.am |    2 +-

diffs (12 lines):

diff -r 3237519b73f4 -r e7c462e3e4bd src/plugins/Makefile.am
--- a/src/plugins/Makefile.am	Sun Jan 24 23:27:48 2010 +0200
+++ b/src/plugins/Makefile.am	Mon Jan 25 01:03:57 2010 +0200
@@ -7,7 +7,7 @@ endif
 endif
 
 if BUILD_SOLR
-FTS_LUCENE = fts-solr
+FTS_SOLR = fts-solr
 endif
 
 SUBDIRS = \


More information about the dovecot-cvs mailing list