dovecot-2.2: Makefile: Link libdovecot-ssl with libdovecot.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 04:16:18 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/8b0d967e61cf
changeset: 15073:8b0d967e61cf
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 04:16:07 2012 +0300
description:
Makefile: Link libdovecot-ssl with libdovecot.
This fixes linking with e.g. OSX.

diffstat:

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

diffs (19 lines):

diff -r 2fe6d09e68d4 -r 8b0d967e61cf src/lib-dovecot/Makefile.am
--- a/src/lib-dovecot/Makefile.am	Sun Sep 16 04:05:13 2012 +0300
+++ b/src/lib-dovecot/Makefile.am	Sun Sep 16 04:16:07 2012 +0300
@@ -26,13 +26,14 @@
 	$(LTLIBICONV)
 
 libdovecot_ssl_la_LIBADD = \
+	libdovecot.la \
 	../lib/liblib.la \
 	$(MODULE_LIBS) \
 	$(ssl_libs) \
 	$(SSL_LIBS)
 
 libdovecot_la_DEPENDENCIES = $(libs)
-libdovecot_ssl_la_DEPENDENCIES = $(ssl_libs)
+libdovecot_ssl_la_DEPENDENCIES = $(ssl_libs) libdovecot.la
 
 libdovecot_la_LDFLAGS = -export-dynamic
 libdovecot_ssl_la_LDFLAGS = -export-dynamic


More information about the dovecot-cvs mailing list