From 744f9194649597e5b08ca1ccbbee39f4de705baf Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 9 Nov 2017 11:12:53 +0100 Subject: [PATCH] rpcbind: broken on aarch64 due to some glibc glitch --- srcpkgs/rpcbind/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/rpcbind/template b/srcpkgs/rpcbind/template index 09204539b7..67baea0330 100644 --- a/srcpkgs/rpcbind/template +++ b/srcpkgs/rpcbind/template @@ -14,6 +14,10 @@ homepage="http://rpcbind.sourceforge.net" license="BSD" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66 +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken=https://build.voidlinux.eu/builders/aarch64_builder/builds/6211/steps/shell_3/logs/stdio;; +esac + post_install() { vlicense COPYING