diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-05-27 20:11:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-05-27 20:11:00 +0900 |
commit | 025110663448a8c877f4b591495f2e5d187d8936 (patch) | |
tree | 502a3090ae68ec39cd37c0b29cf8dac30c184fcb /src/backend/executor/nodeMergejoin.c | |
parent | 388e75ad33489b77cfb9a8590a91e9287d8fb960 (diff) | |
download | postgresql-025110663448a8c877f4b591495f2e5d187d8936.tar.gz postgresql-025110663448a8c877f4b591495f2e5d187d8936.zip |
Fix MSVC scripts when building with GSSAPI/Kerberos
The deliverables of upstream Kerberos on Windows are installed with
paths that do not match our MSVC scripts. First, the include folder was
named "inc/" in our scripts, but the upstream MSIs use "include/".
Second, the build would fail with 64-bit environments as the libraries
are named differently.
This commit adjusts the MSVC scripts to be compatible with the latest
installations of upstream, and I have checked that the compilation was
able to work with the 32-bit and 64-bit installations.
Special thanks to Kondo Yuta for the help in investigating the situation
in hamerkop, which had an incorrect configuration for the GSS
compilation.
Reported-by: Brian Ye
Discussion: https://postgr.es/m/162128202219.27274.12616756784952017465@wrigleys.postgresql.org
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/executor/nodeMergejoin.c')
0 files changed, 0 insertions, 0 deletions