pgsql: Fix use of OPENSSL in SSL tests if command is not found - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix use of OPENSSL in SSL tests if command is not found
Date
Msg-id E1r0dwx-004SKz-SJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use of OPENSSL in SSL tests if command is not found

`openssl` is an optional dependency in the meson build as it may not be
installed in an environment even if SSL libraries are around.  The meson
scripts assume that, but the SSL tests thought that it was a hard
dependency, causing a meson installation to fail if `openssl` could not
be found.  Like similar tests that depend on external commands, and to
be consistent with ./configure for the SSL tests, this commit makes the
command existence optional in the tests.

Author: Tristan Partin
Discussion: https://postgr.es/m/CWSX6P5OUUM5.N7B74KQ06ZP6@neon.tech
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b64c8b01c275f802372b6860793737219fe2fd62

Modified Files
--------------
src/test/ssl/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Enlarge assertion in bloom_init() for false_positive_rate
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Don't install ldap_password_func in meson