pgsql: meson: Make auto the default of the ssl option

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Make auto the default of the ssl option
Date: 2023-03-13 06:20:51
Message-ID: E1pbbYB-003Hp6-Ad@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Make auto the default of the ssl option

The 'ssl' option is of type 'combo', but we add a choice 'auto' that
simulates the behavior of a feature option. This way, openssl is used
automatically by default if present, but we retain the ability to
potentially select another ssl library.

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/ad65ffd1-a9a7-fda1-59c6-f7dc763c3051%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a3002715eca4ae68e4d76606a6b3fd56d633741

Modified Files
--------------
.cirrus.yml | 7 +--
doc/src/sgml/installation.sgml | 4 +-
meson.build | 118 +++++++++++++++++++++++----------------
meson_options.txt | 4 +-
src/interfaces/libpq/meson.build | 2 +-
src/makefiles/meson.build | 2 +-
src/test/ssl/meson.build | 2 +-
7 files changed, 80 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-03-13 06:25:08 pgsql: cirrus/ccache: Use G rather than GB suffix
Previous Message Michael Paquier 2023-03-13 04:05:04 pgsql: Refactor and improve tests of pg_walinspect