forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit648397b
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 parent4e7b9a1 commit648397b
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1054 | 1054 |
| |
1055 | 1055 |
| |
1056 | 1056 |
| |
1057 |
| - | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
1058 | 1061 |
| |
1059 | 1062 |
| |
1060 | 1063 |
| |
|
0 commit comments
Comments
(0)