Z. Liu e971f6c01e
app-containers/crun: fix building on musl
The reason is the same as in commit a4aa03f192a3b51ffce6e540220c3b466d3381ae,
which had been fixed upstream in https://github.com/containers/crun/pull/1887.
However, since we cannot provide a single patch for all the thress versions
in the tree, this is fixed by using sed to remove error.h from AC_CHECK_HEADERS
and append a new line with AC_CHECK_FUNC included.

Closes: https://bugs.gentoo.org/956287
Closes: https://bugs.gentoo.org/963641
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44377
Closes: https://github.com/gentoo/gentoo/pull/44377
Signed-off-by: Sam James <sam@gentoo.org>
2025-12-04 01:21:51 +00:00
..