- Notifications
You must be signed in to change notification settings - Fork28
Commit13c98bd
committed
Fix assorted portability issues in commit896fcdb.
Some platforms require libssl to be linked explicitly in the newSSL test module. Borrow contrib/sslinfo's code for that.Since src/test/modules/Makefile now has a variable SUBDIRS list,it needs to follow the ALWAYS_SUBDIRS protocol for that (cf.comments in Makefile.global.in).Blindly try to fix MSVC build failures by adding PGDLLIMPORT.1 parent896fcdb commit13c98bd
File tree
4 files changed
+8
-4
lines changed- src
- include/libpq
- test/modules
- ssl_passphrase_callback
4 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | 34 | | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments
Comments
(0)