pgsql: meson: fix openssl detection issues in 6a30027

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: fix openssl detection issues in 6a30027
Date: 2023-03-13 21:44:58
Message-ID: E1pbpyT-003OTs-Ru@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: fix openssl detection issues in 6a30027

When not detecting openssl via pkg-config, we'd error out if the headers
weren't found, even if -Dssl=auto. When detecting via pkg-config, but the
headers could not be found, we'd error out because the ssl_int variable would
not exist.

Reported-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/20230313180432.GA246741@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/727400994d5a27f2859361f82d0ec9ac2b23385c

Modified Files
--------------
meson.build | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-03-13 23:16:16 Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)
Previous Message Jeff Davis 2023-03-13 19:40:28 Re: pgsql: Add standard collation UNICODE