nixpkgs/pkgs/development/libraries/libelf
Sergei Trofimovich 8ef81629e9 libelf: unconditionally apply autoreconfHook
Without the change build fails on `clang-16` and `gcc-14`:

    $  nix build --impure --expr 'with import ./. {}; libelf.override { stdenv = clangStdenv; }'
    ...
    configure: error: installation or configuration problem: C compiler cannot create executables.

`libelf` is not part of a bootstrap process since 7f458e5c50 "gcc:
drop unused libelf dependency" thus it is safe to run `autoreconf`
unconditionally.
2023-12-01 16:06:29 +00:00
..
default.nix libelf: unconditionally apply autoreconfHook 2023-12-01 16:06:29 +00:00
dont-hardcode-ar.patch
fix-configure-main.patch
preprocessor-warnings.patch