forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0251106
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 parent388e75a commit0251106
1 file changed
+20
-4
lines changedLines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 |
| - | |
1027 |
| - | |
1028 |
| - | |
1029 |
| - | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1030 | 1046 |
| |
1031 | 1047 |
| |
1032 | 1048 |
| |
|
0 commit comments
Comments
(0)