]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix meson uuid header check so it works with MSVC
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 26 May 2024 21:34:45 +0000 (17:34 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 26 Nov 2024 20:41:58 +0000 (15:41 -0500)
commit1250adfdf07da7eb6e1f629d7ffafd8372e0ad6d
tree7142eed13c5dacb9f1f1fef44f60c8bb834878da
parent766b0b40aa6a537e8bf899c48736c2ec3ae89869
Fix meson uuid header check so it works with MSVC

The OSSP uuid.h file includes unistd.h, so to use it with MSVC we need to
include the postgres include directories so it picks up our version of
that in src/include/port/win32_msvc. Adjust the meson test accordingly.

Backported from commit 7c655a04a2, so we can build release 16 with UUID

per request from Marina Polyakova
meson.build