dovecot-2.0: Makefile: imap/pop3-login now links SSL_LIBS explic...

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/b45e0637a5ef
changeset: 11923:b45e0637a5ef
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 03 17:21:11 2010 +0100
description:
Makefile: imap/pop3-login now links SSL_LIBS explicitly.
This fixes compiling in some systems where they didn't get included
automatically (or the automatic linking used wrong libraries).

diffstat:

 src/imap-login/Makefile.am |  3 ++-
 src/pop3-login/Makefile.am |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 62abbfe45cde -r b45e0637a5ef src/imap-login/Makefile.am
--- a/src/imap-login/Makefile.am	Tue Aug 03 16:49:43 2010 +0100
+++ b/src/imap-login/Makefile.am	Tue Aug 03 17:21:11 2010 +0100
@@ -12,7 +12,8 @@
 
 imap_login_LDADD = \
 	$(LIBDOVECOT_LOGIN) \
-	$(LIBDOVECOT)
+	$(LIBDOVECOT) \
+	$(SSL_LIBS)
 imap_login_DEPENDENCIES = \
 	$(LIBDOVECOT_LOGIN) \
 	$(LIBDOVECOT_DEPS)
diff -r 62abbfe45cde -r b45e0637a5ef src/pop3-login/Makefile.am
--- a/src/pop3-login/Makefile.am	Tue Aug 03 16:49:43 2010 +0100
+++ b/src/pop3-login/Makefile.am	Tue Aug 03 17:21:11 2010 +0100
@@ -11,7 +11,8 @@
 
 pop3_login_LDADD = \
 	$(LIBDOVECOT_LOGIN) \
-	$(LIBDOVECOT)
+	$(LIBDOVECOT) \
+	$(SSL_LIBS)
 pop3_login_DEPENDENCIES = \
 	$(LIBDOVECOT_LOGIN) \
 	$(LIBDOVECOT_DEPS)


More information about the dovecot-cvs mailing list