Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib) - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib)
Date
Msg-id 40B720C6-016D-409C-81B2-FFB0E42BF913@yesql.se
Whole thread Raw
In response to Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib)  (Darek Ślusarczyk <dslusarczyk@splunk.com>)
List pgsql-hackers
> On 9 Dec 2024, at 07:25, Darek Ślusarczyk <dslusarczyk@splunk.com> wrote:

> I've prepared another patch:
> - it prioritizes libssl and libcrypto over ssleay32 and libeay32
> - it checks ssleay32 and libeay32 on windows only
> - I tested it locally on both lnx/win enforcing various possible scenarios

I'm neither a Windows or Meson expert but this seems correct to me and matches
the autoconf stanza for OpenSSL libraries on Windows.  CC:ing one of the
project experts on Meson for a second opinion.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Ilia Evdokimov
Date:
Subject: Re: Exists pull-up application with JoinExpr
Next
From: px shi
Date:
Subject: Re: [Bug Fix]standby may crash when switching-over in certain special cases