net-misc/socat: set QA_CONFIG_IMPL_DECL_SKIP

musl doesn't has getprotobynumber_r

Closes: https://bugs.gentoo.org/924495
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39902
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Z. Liu
2024-12-30 17:03:32 +08:00
committed by Sam James
parent a7dcb4d210
commit 1ed28d5657
4 changed files with 16 additions and 0 deletions

View File

@@ -46,4 +46,8 @@ src_install() {
docinto html
dodoc doc/*.html doc/*.css
if use elibc_musl; then
QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r )
fi
}

View File

@@ -57,4 +57,8 @@ src_install() {
docinto html
dodoc doc/*.html doc/*.css
if use elibc_musl; then
QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r )
fi
}

View File

@@ -52,4 +52,8 @@ src_install() {
docinto html
dodoc doc/*.html doc/*.css
if use elibc_musl; then
QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r )
fi
}

View File

@@ -53,4 +53,8 @@ src_install() {
docinto html
dodoc doc/*.html doc/*.css
if use elibc_musl; then
QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r )
fi
}