mirror of https://git.musl-libc.org/git/musl
Browse Source
this is the modern way, and the only way that makes any sense. glibc has this complicated mechanism with RPATH and RUNPATH that controls whether RPATH is processed before or after LD_LIBRARY_PATH, presumably to support legacy binaries, but there is no compelling reason to support this, and better behavior is obtained by just fixing the search order.rs-1.0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue