https://sourceware.org/bugzilla/show_bug.cgi?id=32548
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
commit 1d1739f1664964252d6b5cde233805f6a14459bf
Author: Alfred Wingate <[email protected]>
Date: Wed Jan 29 09:32:49 2025 +0200
Declare HAVE_ERROR_H only if error symbol is available
Musl doesn't provide error.h. But there exists a standalone implementation
that installs /usr/include/error.h but requires explicit linkage. This
leads linkage errors later on due to the assumption that error
symbols are provided by the libc.
Bug: https://bugs.gentoo.org/948878
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32548
Signed-off-by: Alfred Wingate <[email protected]>
--
You are receiving this mail because:
You are on the CC list for the bug.