dovecot-2.1: lib-ssl-iostream: Use SSL_LIBS when linking the sha...

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 27 13:34:30 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/c07415305d9e
changeset: 14198:c07415305d9e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 27 13:34:20 2012 +0200
description:
lib-ssl-iostream: Use SSL_LIBS when linking the shared library.

diffstat:

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

diffs (11 lines):

diff -r 32ffa616f249 -r c07415305d9e src/lib-ssl-iostream/Makefile.am
--- a/src/lib-ssl-iostream/Makefile.am	Sat Feb 25 07:29:15 2012 +0200
+++ b/src/lib-ssl-iostream/Makefile.am	Mon Feb 27 13:34:20 2012 +0200
@@ -30,6 +30,6 @@
 
 pkglib_LTLIBRARIES = libdovecot-ssl.la
 libdovecot_ssl_la_SOURCES = 
-libdovecot_ssl_la_LIBADD = libssl_iostream.la ../lib/liblib.la $(MODULE_LIBS)
+libdovecot_ssl_la_LIBADD = libssl_iostream.la ../lib/liblib.la $(MODULE_LIBS) $(SSL_LIBS)
 libdovecot_ssl_la_DEPENDENCIES = libssl_iostream.la
 libdovecot_ssl_la_LDFLAGS = -export-dynamic


More information about the dovecot-cvs mailing list