drbd-utils: broken until the distfile is mirrored.

This commit is contained in:
Juan RP 2020-04-01 11:10:02 +02:00
parent cf6c76990c
commit bd53bb197e
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -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