From 21660919b98cf81ec05cefb3fdca5bd93f1e5583 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 8 Mar 2017 11:22:01 +0100 Subject: [PATCH] rtmpdump: broken on aarch64-musl --- srcpkgs/rtmpdump/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template index 057a6743faa..6b7023ded83 100644 --- a/srcpkgs/rtmpdump/template +++ b/srcpkgs/rtmpdump/template @@ -11,6 +11,9 @@ homepage="http://rtmpdump.mplayerhq.hu/" license="GPL-2, LGPL-2.1" distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz" checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1409/steps/shell_3/logs/stdio" ;; +esac CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"