forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84c4313
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 parent59b71c6 commit84c4313
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 | |
---|---|---|---|
| |||
7818 | 7818 |
| |
7819 | 7819 |
| |
7820 | 7820 |
| |
7821 |
| - | |
7822 |
| - | |
| 7821 | + | |
| 7822 | + | |
| 7823 | + | |
| 7824 | + | |
| 7825 | + | |
| 7826 | + | |
| 7827 | + | |
| 7828 | + | |
| 7829 | + | |
7823 | 7830 |
| |
7824 |
| - | |
7825 |
| - | |
7826 |
| - | |
| 7831 | + | |
| 7832 | + | |
| 7833 | + | |
7827 | 7834 |
| |
7828 | 7835 |
| |
7829 | 7836 |
| |
|
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)