dovecot-2.2: lib-http: test-http-client may have failed to load ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 18 18:02:36 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/5be374f2b1d8
changeset: 18967:5be374f2b1d8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 18 20:59:25 2015 +0300
description:
lib-http: test-http-client may have failed to load SSL library plugin.
safe_memset() wasn't necessarily compiled into test-http-client. This is a
bit kludgy way of just adding it. Another possibility could have been to use
-Wl,--whole-archive with GNU ld, but it's a bit tricky here.

diffstat:

 src/lib-http/Makefile.am |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 4e6b44f371bd -r 5be374f2b1d8 src/lib-http/Makefile.am
--- a/src/lib-http/Makefile.am	Tue Aug 18 20:54:47 2015 +0300
+++ b/src/lib-http/Makefile.am	Tue Aug 18 20:59:25 2015 +0300
@@ -139,6 +139,7 @@
 	../lib-ssl-iostream/libssl_iostream.la \
 	../lib-master/libmaster.la \
 	../lib-settings/libsettings.la \
+	../lib/safe-memset.lo \
 	$(test_libs)
 test_http_client_DEPENDENCIES = \
 	libhttp.la \


More information about the dovecot-cvs mailing list