commit: e1d2efd98daadcfe7ff7f870caca2d5f16c9030e
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat Jan 4 14:58:43 2025 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sat Jan 4 14:58:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e1d2efd9
net-misc/socat: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
net-misc/socat/socat-1.7.4.4-r1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-misc/socat/socat-1.7.4.4-r1.ebuild
b/net-misc/socat/socat-1.7.4.4-r1.ebuild
index 002e024..7bed809 100644
--- a/net-misc/socat/socat-1.7.4.4-r1.ebuild
+++ b/net-misc/socat/socat-1.7.4.4-r1.ebuild
@@ -49,4 +49,8 @@ src_install() {
docinto html
dodoc doc/*.html doc/*.css
+
+ if use elibc_musl; then
+ QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r )
+ fi
}