[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] picking up non-system openssl on OS X



On Sat, 22 Jun 2013 19:33:33 -0400, Charles Diza wrote:
> Could somebody please point to how, in theory, I should be able to
> build msmtp against an openssl *other* than the system's version on
> OS X (doesn't matter which version of OS X---I've struck out with
> this on 10.4 through 10.8)?
> 
> Specifically, I want to pick up /usr/local/ssl.  I tried
> --with-ssl=openssl, but that invariably uses /usr/lib.
> 
> I tried all manner of messing with the pkg-config shellvars shown in
> './configure --help', with no luck.
> 
> So I'm hoping someone can tell me what the right way of doing this is.

This should work:
./configure libssl_CFLAGS=... libssl_LIBS=...

Are you sure it does not? Can you send a config.log?

Martin