dovecot-2.2: lib-sql: sqlite and cassandra libs were mixed up in...

dovecot at dovecot.org dovecot at dovecot.org
Wed May 13 09:26:11 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/69dcc2c8cd9d
changeset: 18667:69dcc2c8cd9d
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 13 05:34:16 2015 +0300
description:
lib-sql: sqlite and cassandra libs were mixed up in the Makefile

diffstat:

 src/lib-sql/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e178413a905d -r 69dcc2c8cd9d src/lib-sql/Makefile.am
--- a/src/lib-sql/Makefile.am	Wed May 13 05:25:31 2015 +0300
+++ b/src/lib-sql/Makefile.am	Wed May 13 05:34:16 2015 +0300
@@ -19,7 +19,7 @@
 SQL_DRIVER_PLUGINS += sqlite
 endif
 if BUILD_CASSANDRA
-SQLITE_LIB = libdriver_cassandra.la
+CASSANDRA_LIB = libdriver_cassandra.la
 SQL_DRIVER_PLUGINS += cassandra
 endif
 


More information about the dovecot-cvs mailing list