postfix linking with wrong version of openssl

Matthew Seaman matthew at FreeBSD.org
Sat Jan 18 00:16:36 UTC 2020


On 17/01/2020 19:00, Jerry wrote:
> Matthew, I have this:
> 
> DEFAULT_VERSIONS= ssl=openssl
> 
> I don't have the "+" sign. Is that significant? I am not even sure what
> it means.

That just appends the ssl=openssl bit to any previous settings you have
in ${DEFAULT_VERSIONS}.  Frequently you'ld want to set other defaults as
well, not just the default SSL library to build against.  If the SSL
default is all you care about then your existing setting is fine.

This is just setting some Makefile variables -- see the section
'VARIABLE ASSIGNMENTS' in make(1) for details on all of the different
assignment operators.

	Cheers,

	Matthew

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20200118/7c421c4b/attachment.sig>


More information about the freebsd-questions mailing list