Make finding openssl program a configure or meson option

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Make finding openssl program a configure or meson option
Date: 2022-10-11 15:06:22
Message-ID: dc638b75-a16a-007d-9e1c-d16ed6cf0ad2@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Various test suites use the "openssl" program as part of their setup.
There isn't a way to override which openssl program is to be used, other
than by fiddling with the path, perhaps. This has gotten increasingly
problematic with some of the work I have been doing, because different
versions of openssl have different capabilities and do different things
by default. This patch checks for an openssl binary in configure and
meson setup, with appropriate ways to override it. This is similar to
how "lz4" and "zstd" are handled, for example. The meson build system
actually already did this, but the result was only used in some places.
This is now applied more uniformly.

Attachment Content-Type Size
0001-Make-finding-openssl-program-a-configure-or-meson-op.patch text/plain 14.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-10-11 15:08:47 Re: Frontend error logging style
Previous Message Dmitry Koval 2022-10-11 14:57:03 Re: Frontend error logging style