Commit cf1132e
committed
Strip rpath from built extension modules
pg_config --ldflags emits -Wl,-rpath,<libdir>, which gets passed to
the linker through PG_LDFLAGS and ends up baked into the shared
modules as a RUNPATH. Drop those entries before they reach the
linker so the modules rely on the standard library search path
instead of a hardcoded one.1 parent bc908c3 commit cf1132e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
| |||
0 commit comments