diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-11-28 11:32:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 18:32:10 +0200 |
commit | 99d809b59d30d17d3ad8826209f56b7f2a0370d3 (patch) | |
tree | 5e8d0f87208991fb67bfb300b78a7ed4bbb2b605 /mesonbuild/programs.py | |
parent | 1e19757899fe4388766d71244a2143016ca939ec (diff) | |
download | meson-99d809b59d30d17d3ad8826209f56b7f2a0370d3.zip meson-99d809b59d30d17d3ad8826209f56b7f2a0370d3.tar.gz meson-99d809b59d30d17d3ad8826209f56b7f2a0370d3.tar.bz2 |
fix BSD ldconfig handling (#9631)
For libraries installed to libdir, it's not expected to have rpath
hooked up. But for non-default libdirs, the path might not get searched
by default. `ldconfig -m <libdir>` is convenient here, as it will
programmatically add a new directory to search for shared libraries, so
the resulting installed programs work out of the box.
Include the dragonfly BSD platform name, which doesn't match the 'bsd'
catch-all pattern.
Diffstat (limited to 'mesonbuild/programs.py')
0 files changed, 0 insertions, 0 deletions