pgsql: meson: Add missing argument to gssapi.h check

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: meson: Add missing argument to gssapi.h check
Дата
Msg-id E1sVH7E-000S7e-17@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
meson: Add missing argument to gssapi.h check

These were missing since the initial introduction of the meson based build, in
e6927270cd18. As-is this is unlikely to cause an issue, but a future commit
will add support for detecting gssapi without use of dependency(), which could
fail due to this.

Discussion: https://postgr.es/m/20240708225659.gmyqoosi7km6ysgn@awork3.anarazel.de
Backpatch: 16-, where the meson based build was added

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5b707bb507bdc9b8bf120db1a0f7dad4cdb78e46

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: Add support for detecting gss without pkg-config
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add new error code for "file name too long"