dovecot-2.1: auth: Fixed loading authdb_imap plugin when Dovecot...

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 1 09:16:10 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/e99c65be76f7
changeset: 13788:e99c65be76f7
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 01 09:15:53 2011 +0200
description:
auth: Fixed loading authdb_imap plugin when Dovecot is configured --without-shared-libs

diffstat:

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

diffs (13 lines):

diff -r 9fa7c1b2c2ee -r e99c65be76f7 src/auth/Makefile.am
--- a/src/auth/Makefile.am	Wed Nov 30 18:48:44 2011 +0200
+++ b/src/auth/Makefile.am	Thu Dec 01 09:15:53 2011 +0200
@@ -163,7 +163,8 @@
 libauthdb_imap_la_LDFLAGS = -module -avoid-version
 libauthdb_imap_la_LIBADD = \
 	../lib-imap-client/libimap_client.la \
-	../lib-ssl-iostream/libssl_iostream.la
+	../lib-ssl-iostream/libssl_iostream.la \
+	$(LIBDOVECOT)
 libauthdb_imap_la_CPPFLAGS = \
 	$(AM_CPPFLAGS) \
 	-I$(top_srcdir)/src/lib-imap \


More information about the dovecot-cvs mailing list