pgsql: meson: Add support for detecting ossp-uuid without pkg-config - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: Add support for detecting ossp-uuid without pkg-config
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
meson: Add support for detecting ossp-uuid without pkg-config

This is necessary as ossp-uuid on windows installs neither a pkg-config nor a
cmake dependency information. Nor is there another supported uuid
implementation available on windows.

Reported-by: Dave Page <[email protected]>
Reviewed-by: Tristan Partin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch: 16-, where meson support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2416fdb3ee30bdd2810408f93f14d47bff840fea

Modified Files
--------------
meson.build | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: Add support for detecting gss without pkg-config
Next
From: Michael Paquier
Date:
Subject: pgsql: Add new error code for "file name too long"