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-20T12:33:29Z
Lists: pgsql-hackers
Attachments
- v1-0001-meson-Refactor-SSL-option.patch (text/plain) patch v1-0001
- v1-0002-meson-Refactor-UUID-option.patch (text/plain) patch v1-0002
- v1-0002-meson-Refactor-UUID-option-with-uuid_library.patch (text/plain) patch v1-0002
Hi, I added SSL and UUID patches. UUID patch has two different fixes: 1 - v1-0002-meson-Refactor-UUID-option.patch: Adding 'auto' choice to 'uuid' combo option. 2 - v1-0002-meson-Refactor-UUID-option-with-uuid_library.patch: Making 'uuid' feature option and adding new 'uuid_library' combo option with ['auto', 'bsd', 'e2fs', 'ossp'] choices. If 'uuid_library' is set other than 'auto' and it can't be found, build throws an error. What do you think? 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