From: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: meson: Non-feature feature options |
Date: | 2023-02-20 12:33:29 |
Message-ID: | 000d58dd-6164-f695-fe12-38ac7e37543b@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
v1-0001-meson-Refactor-SSL-option.patch | text/plain | 5.2 KB |
v1-0002-meson-Refactor-UUID-option.patch | text/plain | 4.2 KB |
v1-0002-meson-Refactor-UUID-option-with-uuid_library.patch | text/plain | 5.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-02-20 12:58:52 | Re: dynamic result sets support in extended query protocol |
Previous Message | 32686647 | 2023-02-20 12:17:07 | I wish libpq add get_unresolv_host() and set_unresolv_host_ip() function |