forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4c069c
committed
Here is a patch required to build plperl with win32. The issues were:
* perl_useshrplib gets set to "yes" and not to "true". I assume it's setto "true" on unix, so I left both.* Need to translate backslashes into slashes* The linker config coming out of perl was for MSVC and not for mingwMagnus Hagander1 parent14755f8 commitf4c069c
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
| |||
18 | 21 |
| |
19 | 22 |
| |
20 | 23 |
| |
21 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 |
| |
23 | 32 |
| |
24 | 33 |
| |
|
0 commit comments
Comments
(0)