dovecot-2.0: dovecot-config: Include SSL_LIBS as part of LIBDOVE...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 3 19:21:28 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7edfd661cbfa
changeset: 11924:7edfd661cbfa
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 03 17:21:25 2010 +0100
description:
dovecot-config: Include SSL_LIBS as part of LIBDOVECOT_LOGIN.

diffstat:

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

diffs (12 lines):

diff -r b45e0637a5ef -r 7edfd661cbfa dovecot-config.in.in
--- a/dovecot-config.in.in	Tue Aug 03 17:21:11 2010 +0100
+++ b/dovecot-config.in.in	Tue Aug 03 17:21:25 2010 +0100
@@ -3,7 +3,7 @@
 DOVECOT_SSL_LIBS="@SSL_LIBS@"
 
 LIBDOVECOT="@LIBDOVECOT@ @MODULE_LIBS@"
-LIBDOVECOT_LOGIN="@LIBDOVECOT_LOGIN@"
+LIBDOVECOT_LOGIN="@LIBDOVECOT_LOGIN@ @SSL_LIBS@"
 LIBDOVECOT_SQL="@LIBDOVECOT_SQL@"
 LIBDOVECOT_LDA="@LIBDOVECOT_LDA@"
 LIBDOVECOT_STORAGE="@LIBDOVECOT_STORAGE@"


More information about the dovecot-cvs mailing list