forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1695ce0
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 parentc253b72 commit1695ce0
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 | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
95 | 102 |
| |
96 | 103 |
| |
97 | 104 |
| |
|
Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7527 | 7527 |
| |
7528 | 7528 |
| |
7529 | 7529 |
| |
7530 |
| - | |
7531 |
| - | |
| 7530 | + | |
| 7531 | + | |
| 7532 | + | |
| 7533 | + | |
| 7534 | + | |
| 7535 | + | |
| 7536 | + | |
| 7537 | + | |
| 7538 | + | |
7532 | 7539 |
| |
7533 |
| - | |
7534 |
| - | |
7535 |
| - | |
| 7540 | + | |
| 7541 | + | |
| 7542 | + | |
7536 | 7543 |
| |
7537 | 7544 |
| |
7538 | 7545 |
| |
|
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 | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
| 617 | + | |
| 618 | + | |
617 | 619 |
| |
618 |
| - | |
619 |
| - | |
| 620 | + | |
620 | 621 |
| |
621 | 622 |
| |
622 | 623 |
| |
|
0 commit comments
Comments
(0)