This repository was archived by the owner on Jul 22, 2026. It is now read-only.
Commit 7fb4e61
committed
fix(ci): add -undefined dynamic_lookup for macOS PostgreSQL extension linking
macOS linker requires explicit handling of undefined symbols. PostgreSQL
extensions resolve symbols at load time, so -undefined dynamic_lookup is
needed. Also consolidate UNAME_S detection to a single location.1 parent 5037e0e commit 7fb4e61
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
53 | 63 | | |
54 | 64 | | |
55 | 65 | | |
56 | | - | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
| |||
0 commit comments