forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab81d00
committed
Fix MSVC scripts when building with GSSAPI/Kerberos
The deliverables of upstream Kerberos on Windows are installed withpaths that do not match our MSVC scripts. First, the include folder wasnamed "inc/" in our scripts, but the upstream MSIs use "include/".Second, the build would fail with 64-bit environments as the librariesare named differently.This commit adjusts the MSVC scripts to be compatible with the latestinstallations of upstream, and I have checked that the compilation wasable to work with the 32-bit and 64-bit installations.Special thanks to Kondo Yuta for the help in investigating the situationin hamerkop, which had an incorrect configuration for the GSScompilation.Reported-by: Brian YeDiscussion:https://postgr.es/m/162128202219.27274.12616756784952017465@wrigleys.postgresql.orgBackpatch-through: 9.61 parent0ab64ab commitab81d00
1 file changed
+20
-4
lines changedLines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 |
| - | |
1007 |
| - | |
1008 |
| - | |
1009 |
| - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1010 | 1026 |
| |
1011 | 1027 |
| |
1012 | 1028 |
| |
|
0 commit comments
Comments
(0)