Re: meson: Non-feature feature options - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: meson: Non-feature feature options
Date
Msg-id 20230313180432.GA246741@nathanxps13
Whole thread Raw
In response to Re: meson: Non-feature feature options  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: meson: Non-feature feature options  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Re: meson: Non-feature feature options  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Mon, Mar 13, 2023 at 07:27:18AM +0100, Peter Eisentraut wrote:
> I have committed it like this.

I noticed that after 6a30027, if you don't have the OpenSSL headers
installed, 'meson setup' will fail:

    meson.build:1195:4: ERROR: C header 'openssl/ssl.h' not found

Shouldn't "auto" cause Postgres to be built without OpenSSL if the required
headers are not present?

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in jsonb_in function (14 & 15 version are affected)
Next
From: Alvaro Herrera
Date:
Subject: Re: Lock mode in ExecMergeMatched()