dovecot-2.0-sslstream: --with-lucene was actually enabling solr.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sat Feb 13 02:57:42 EET 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/2af2a6afb3e5
changeset: 10581:2af2a6afb3e5
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 25 01:03:42 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 28f35797059a -r 2af2a6afb3e5 src/plugins/Makefile.am
--- a/src/plugins/Makefile.am	Mon Jan 25 01:02:27 2010 +0200
+++ b/src/plugins/Makefile.am	Mon Jan 25 01:03:42 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