dovecot-2.2: configure: Fixed plugins when compiling --with-shar...

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 19:38:01 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/1ad404473d81
changeset: 15960:1ad404473d81
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 19:37:53 2013 +0200
description:
configure: Fixed plugins when compiling --with-shared-libs

diffstat:

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

diffs (12 lines):

diff -r 1739a61bcd39 -r 1ad404473d81 configure.ac
--- a/configure.ac	Mon Feb 25 17:33:16 2013 +0200
+++ b/configure.ac	Mon Feb 25 19:37:53 2013 +0200
@@ -2547,7 +2547,7 @@
 
 if test "$want_shared_libs" = "yes"; then
   LIBDOVECOT_DEPS='$(top_builddir)/src/lib-dovecot/libdovecot.la'
-  LIBDOVECOT="$LIBDOVECOT_DEPS"
+  LIBDOVECOT="$LIBDOVECOT_DEPS \$(MODULE_LIBS)"
   LIBDOVECOT_STORAGE_DEPS='$(top_builddir)/src/lib-storage/libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/libimap-storage.la'
   LIBDOVECOT_LOGIN='$(top_builddir)/src/login-common/libdovecot-login.la'
   LIBDOVECOT_COMPRESS='$(top_builddir)/src/lib-compression/libcompression.la'


More information about the dovecot-cvs mailing list