On Wed, 27 Jul 2016, ellie timoney via Info-cyrus wrote:
This is now on the cyrus-imapd-2.5 and master branches, thanks :)
I ended up tweaking it a little bit:
+if test -n "$ssl_cppflags" -a -n "$ssl_ldflags"; then
+ with_ssl=yes
+fi
with_ssl=yes is now set by the PKG_CONFIG_MO
If you have a source installed OpenSSL under /usr/local/ssl on a 64-bit
system, you probably have /usr/local/ssl/lib64 instead of
/usr/local/ssl/lib
In order for Cyrus IMAP configure to find the libraries, even passing
--with-openssl=/usr/local/ssl to configure, you would need to use
LDFLAGS=