pgsql: meson: Add support for detecting gss without pkg-config

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add support for detecting gss without pkg-config
Date: 2024-07-20 20:55:39
Message-ID: E1sVH7D-000S7X-Vm@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Add support for detecting gss without pkg-config

This is required as MIT Kerberos does provide neither pkg-config nor cmake
dependency information on windows.

Reported-by: Dave Page <dpage(at)pgadmin(dot)org>
Reviewed-by: Tristan Partin <tristan(at)partin(dot)io>
Discussion: https://postgr.es/m/20240709065101.xhc74r3mdg2lmn4w@awork3.anarazel.de
Backpatch: 16-, where meson support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ed2ce0b257fcceb37bec8520eb293c0522d8681

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-07-20 20:55:40 pgsql: meson: Add support for detecting gss without pkg-config
Previous Message Tom Lane 2024-07-20 17:40:42 pgsql: Correctly check updatability of columns targeted by INSERT...DEF