mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user