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