diff options
author | 2025-01-27 01:57:39 +0800 | |
---|---|---|
committer | 2025-01-29 22:47:26 +0000 | |
commit | a4aa03f192a3b51ffce6e540220c3b466d3381ae (patch) | |
tree | b81d4f8d9752b528cdcda6fe11155f66487b97ba /dev-libs/libksba | |
parent | media-libs/fontconfig: add TODO for fontations (rust) (diff) | |
download | gentoo-a4aa03f192a3b51ffce6e540220c3b466d3381ae.tar.gz gentoo-a4aa03f192a3b51ffce6e540220c3b466d3381ae.tar.bz2 gentoo-a4aa03f192a3b51ffce6e540220c3b466d3381ae.zip |
dev-libs/elfutils: fix build failed w/ musl
error() is available in glibc, not in musl, configure check header
file "error.h" only. If sys-libs/error-standalone is installed, check
report ok, but link will fail because no "-lerror". So update configure.ac
to check both error.h exist and can be linked without any extra "-l...",
if not then fallback to err.h which cause built-in error() to be used.
Closes: https://bugs.gentoo.org/948878
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40322
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libksba')
0 files changed, 0 insertions, 0 deletions