drbd-utils: broken until the distfile is mirrored.
This commit is contained in:
parent
cf6c76990c
commit
bd53bb197e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue