dovecot-2.0: Link lmtp/lda with dovecot-lda shared library, not ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 23 11:35:22 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/bd649ac7a741
changeset: 11188:bd649ac7a741
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 23 11:33:56 2010 +0300
description:
Link lmtp/lda with dovecot-lda shared library, not static library.

diffstat:

 configure.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 82d5351b5d39 -r bd649ac7a741 configure.in
--- a/configure.in	Fri Apr 23 10:38:30 2010 +0300
+++ b/configure.in	Fri Apr 23 11:33:56 2010 +0300
@@ -2455,7 +2455,7 @@
   LIBDOVECOT_LOGIN='$(top_builddir)/src/login-common/liblogin.la'
 fi
 LIBDOVECOT_SQL='$(top_builddir)/src/lib-sql/libsql.la'
-LIBDOVECOT_LDA='$(top_builddir)/src/lib-lda/liblda.la'
+LIBDOVECOT_LDA='$(top_builddir)/src/lib-lda/libdovecot-lda.la'
 AC_SUBST(LIBDOVECOT)
 AC_SUBST(LIBDOVECOT_DEPS)
 AC_SUBST(LIBDOVECOT_STORAGE)


More information about the dovecot-cvs mailing list