Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib)

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Darek Ślusarczyk <dslusarczyk(at)splunk(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Subject: Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib)
Date: 2024-12-27 13:22:32
Message-ID: 40B720C6-016D-409C-81B2-FFB0E42BF913@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 9 Dec 2024, at 07:25, Darek Ślusarczyk <dslusarczyk(at)splunk(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message px shi 2024-12-27 13:32:52 Re: [Bug Fix]standby may crash when switching-over in certain special cases
Previous Message David Rowley 2024-12-27 13:02:45 Re: Make tuple deformation faster