From c8e4030d1bddc1120fd1c3f17db5b86a729df4b6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 20 Oct 2022 21:01:05 +0200 Subject: Make finding openssl program a configure or meson option 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 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. Reviewed-by: Michael Paquier Discussion: https://www.postgresql.org/message-id/flat/dc638b75-a16a-007d-9e1c-d16ed6cf0ad2%40enterprisedb.com --- doc/src/sgml/install-windows.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 29d3294dc80..a1013d12807 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -541,6 +541,15 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' + + OPENSSL + + Path to a openssl command. The default is + openssl, which will search for a command by that + name in the configured PATH. + + + TAR -- cgit v1.2.3