nixpkgs/pkgs/build-support/libredirect
Jan Tojnar a0c6efb9fd
libredirect: remove dlopen support
While it might be useful in some cases, there are too many caveats to be worth it.
When libredirect intercepts dlopen call and calls the original function, the dynamic
loader will use libredirect.so's DT_RUNPATH entry instead of the one from the ELF file
the dlopen call originated from. That means that when program tries to dlopen a library
that it expects to find on its RPATH, the call will fail.
This broke Sublime Text for just that reason.
2019-05-04 05:53:18 +02:00
..
default.nix libredirect: set install_name on Darwin 2018-11-14 00:05:26 +01:00
libredirect.c libredirect: remove dlopen support 2019-05-04 05:53:18 +02:00
test.c libredirect: Add a small test 2018-11-12 11:02:54 +01:00