forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a69f73
committed
Back off using -isysroot on Darwin.
Rethink the solution applied in commit5e22171 to get PL/Tcl tobuild on macOS Mojave. I feared that adding -isysroot globally mighthave undesirable consequences, and sure enough Jakob Egger reportedone: it complicates building extensions with a different Xcode versionthan was used for the core server. (I find that a risky propositionin general, but apparently it works most of the time, so we shouldn'tbreak it if we don't have to.)We'd already adopted the solution for PL/Perl of inserting the sysrootpath directly into the -I switches used to find Perl's headers, and wecan do the same thing for PL/Tcl by changing the -iwithsysroot switchthat Apple's tclConfig.sh reports. This restricts the risks to PL/Perland PL/Tcl themselves and directly-dependent extensions, which is a lotmore pleasing in general than a global -isysroot switch.Along the way, tighten the test to see if we need to inject the sysrootpath into $perl_includedir, as I'd speculated about upthread but notgotten round to doing.As before, back-patch to all supported versions.Discussion:https://postgr.es/m/20840.1537850987@sss.pgh.pa.us1 parent49a1c22 commit1a69f73
3 files changed
+17
-6
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9552 | 9552 |
| |
9553 | 9553 |
| |
9554 | 9554 |
| |
9555 |
| - | |
| 9555 | + | |
9556 | 9556 |
| |
9557 | 9557 |
| |
9558 | 9558 |
| |
| |||
18135 | 18135 |
| |
18136 | 18136 |
| |
18137 | 18137 |
| |
| 18138 | + | |
| 18139 | + | |
| 18140 | + | |
| 18141 | + | |
| 18142 | + | |
18138 | 18143 |
| |
18139 | 18144 |
| |
18140 | 18145 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 |
| - | |
| 1040 | + | |
1041 | 1041 |
| |
1042 | 1042 |
| |
1043 | 1043 |
| |
| |||
2213 | 2213 |
| |
2214 | 2214 |
| |
2215 | 2215 |
| |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
2216 | 2221 |
| |
2217 | 2222 |
| |
2218 | 2223 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| 12 | + | |
10 | 13 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
0 commit comments
Comments
(0)