forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc46104
committed
Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required
Latest versions of Strawberry Perl define USE_THREAD_SAFE_LOCALE, and wetherefore get a handshake error when building against such instances.The solution is to perform a test to see if USE_THREAD_SAFE_LOCALE isdefined and only define NO_THREAD_SAFE_LOCALE if it isn't.Backpatch the meson.build fix back to release 16 and apply the samelogic to Mkvcbuild.pm in releases 12 through 16.Original report of the issue from Muralikrishna Bandaru.1 parentfae55f0 commitbc46104
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1058 | 1058 |
| |
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 |
| - | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1062 | 1065 |
| |
1063 | 1066 |
| |
1064 | 1067 |
| |
|
0 commit comments
Comments
(0)