- Notifications
You must be signed in to change notification settings - Fork28
Commitf16a095
committed
Support linking with MinGW-built Perl.
This is necessary for ActivePerl 5.18 onwards and for Strawberry Perl.It is not sufficient for 32-bit builds with newer Visual Studio; thesefail with error LINK2026. Back-patch to 9.3 (all supported versions).Reported by Victor Wagner.Discussion:https://postgr.es/m/20160326154321.7754ab8f@wagner.wagner.home1 parentc60b898 commitf16a095
File tree
4 files changed
+35
-12
lines changed- config
- src
- pl/plperl
- tools/msvc
4 files changed
+35
-12
lines changedLines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 |
| |
93 | 100 |
| |
94 | 101 |
| |
|
Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7874 | 7874 |
| |
7875 | 7875 |
| |
7876 | 7876 |
| |
7877 |
| - | |
7878 |
| - | |
| 7877 | + | |
| 7878 | + | |
| 7879 | + | |
| 7880 | + | |
| 7881 | + | |
| 7882 | + | |
| 7883 | + | |
| 7884 | + | |
| 7885 | + | |
7879 | 7886 |
| |
7880 |
| - | |
7881 |
| - | |
7882 |
| - | |
| 7887 | + | |
| 7888 | + | |
| 7889 | + | |
7883 | 7890 |
| |
7884 | 7891 |
| |
7885 | 7892 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 |
| |
46 | 54 |
| |
47 | 55 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
618 |
| - | |
| 618 | + | |
| 619 | + | |
619 | 620 |
| |
620 |
| - | |
| 621 | + | |
621 | 622 |
| |
622 | 623 |
| |
623 | 624 |
| |
|
0 commit comments
Comments
(0)