Files
nixpkgs/pkgs/development/libraries/libelf
Randy Eckenrode 9cd4e84a4d libelf: fix build with clang 16 on Darwin
Clang 16 does not allow `main` with an implicit `int`, which causes the
configure script to misdetect clang as a non-working compiler. Patching
`configure.in` and regenerating `configure` allows libelf to build.

Due to the comment regarding bootstrap tools, this patching is only done
on Darwin with clang.
2023-06-01 21:11:00 -04:00
..