diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 05f3a718f2a..ad716ddb20d 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -16,6 +16,10 @@ distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar. checksum=cb07472b32f713bb37ea37cfcc336816a38c8684844c259c89203ed9fe54f85b nocross=yes +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2372/steps/shell_3/logs/stdio" +esac + pre_configure() { NOCONFIGURE=1 ./autogen.sh }