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
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_MODULES macro's
action-if-found. This seems like it
Hi Jason,
That sounds pretty reasonable, thanks for the patch. I'll try to get it
tested and merged this week.
Cheers,
ellie
On Tue, Jul 26, 2016, at 06:25 AM, Jason Englander via Info-cyrus wrote:
> If you have a source installed OpenSSL under /usr/local/ssl on a 64-bit
> system, you probabl
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=