drbd-utils: use distfiles mirror for *musl
This commit is contained in:
parent
dc8ee0cbd7
commit
014e4f42b7
|
@ -29,9 +29,9 @@ homepage="http://www.drbd.org"
|
|||
distfiles="https://www.linbit.com/downloads/drbd/utils/${pkgname}-${version}.tar.gz"
|
||||
checksum=1102e2a2001a45685c2f4ce5cb14e5a8a099044f53389d38480b3a88f5db3fd1
|
||||
|
||||
# XXX
|
||||
# XXX mirror which is reachable from musl builders
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
broken="musl builders can't fetch the distfile"
|
||||
distfiles="https://distfiles.voidlinux.de/{pkgname}-${version}.tar.gz"
|
||||
fi
|
||||
|
||||
# Workaround a parallelism issue
|
||||
|
|
Loading…
Reference in New Issue