From a531ec8f50bac12fa8ea5bb42b86b04c8c5da3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 8 Nov 2017 09:52:41 +0100 Subject: [PATCH] rpcbind: broken for musl --- srcpkgs/rpcbind/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/rpcbind/template b/srcpkgs/rpcbind/template index 09204539b75..d2fbc765a46 100644 --- a/srcpkgs/rpcbind/template +++ b/srcpkgs/rpcbind/template @@ -15,6 +15,10 @@ license="BSD" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66 +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="Header file rpcsvc/yp.h not available in musl libc" ;; +esac + post_install() { vlicense COPYING vsv rpcbind