]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: Add support for detecting ossp-uuid without pkg-config
authorAndres Freund <andres@anarazel.de>
Sat, 20 Jul 2024 20:51:08 +0000 (13:51 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 20 Jul 2024 20:51:08 +0000 (13:51 -0700)
commit1213875b3a994bcede9c302ac85745e709afdfab
tree20f2c6acaedf99767cf80a18c92515e0d60fed44
parenta850701c7ddfebc5c2bd528a9423739458212bc1
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 <dpage@pgadmin.org>
Reviewed-by: Tristan Partin <tristan@partin.io>
Discussion: https://postgr.es/m/20240709065101.xhc74r3mdg2lmn4w@awork3.anarazel.de
Backpatch: 16-, where meson support was added
meson.build