Re: meson: Non-feature feature options
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: Andres Freund <andres@anarazel.de>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-02-14T13:52:46Z
Lists: pgsql-hackers
Hi, On 2/8/23 19:23, Andres Freund wrote: >> For the 'uuid' option, I'm not sure what the best way to address this would. >> We could establish a search order of libraries that is used if no specific >> one is set (similar to libreadline, libedit, in a way). So we'd have one >> option 'uuid' that is of type feature with default 'auto' and another >> option, say, 'uuid-library' of type 'combo'. > Or add 'auto' as a combo option, and handle the value of the auto_features > option ourselves? If we do it like this, meson's --auto-features option won't work for uuid. Is this something we want to consider? Regards, Nazir Bilal Yavuz Microsoft
Commits
-
meson: fix openssl detection issues in 6a30027
- 727400994d5a 16.0 landed
-
meson: Make auto the default of the ssl option
- 6a3002715eca 16.0 landed