nixpkgs/pkgs/development/libraries/gobject-introspection
Artturin da1ea54ad8 gobject-introspection: use objdump -p instead of prelink-rtld
Commit msg of 767e0880d4
> gobject-introspection: replace prelink-rtld with objdump -p
>
> g-i internally processes the output with regexes, and seems
> happy with what objdump is printing. It only needs to resolve
> the library name as passed to the linker to the library file name.
> Also recursive resolution (that ldd is doing and objdump is not)
> is not necessary.

Additional context section of https://github.com/NixOS/nixpkgs/issues/183071
> prelink is dropped by openembedded, support for prelink is removed from glibc,
> and itself is effectively abandoned by the upstream (yocto project).
> I think we may as well drop it rather than fix it.
> However gobject-introspection now relies on it as a runtime linker for use in cross compilation, we have to find an alternative.
2022-07-28 00:09:35 +03:00
..
wrappers gobject-introspection: use objdump -p instead of prelink-rtld 2022-07-28 00:09:35 +03:00
absolute_gir_path.patch
absolute_shlib_path.patch gobject-introspection: 1.70.0 → 1.71.0 2022-03-25 15:01:22 +01:00
default.nix gobject-introspection: use objdump -p instead of prelink-rtld 2022-07-28 00:09:35 +03:00
setup-hook.sh gobject-introspection: use targetOffset to look for libraries for target 2022-07-07 21:18:23 +03:00
wrapper.nix gobject-introspection: use objdump -p instead of prelink-rtld 2022-07-28 00:09:35 +03:00