From bd53bb197e3a07268f03733b3113fdec3b9c3034 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Apr 2020 11:10:02 +0200 Subject: [PATCH] drbd-utils: broken until the distfile is mirrored. --- srcpkgs/drbd-utils/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/drbd-utils/template b/srcpkgs/drbd-utils/template index abe7355872a..310654845cd 100644 --- a/srcpkgs/drbd-utils/template +++ b/srcpkgs/drbd-utils/template @@ -29,6 +29,11 @@ homepage="http://www.drbd.org" distfiles="https://www.linbit.com/downloads/drbd/utils/${pkgname}-${version}.tar.gz" checksum=1102e2a2001a45685c2f4ce5cb14e5a8a099044f53389d38480b3a88f5db3fd1 +# XXX +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + broken="musl builders can't fetch the distfile" +fi + # Workaround a parallelism issue disable_parallel_build=yes