From f86ea66d46b0666c66740c7467c0ef890da3047c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 15 Apr 2018 05:57:44 +0200 Subject: [PATCH] botan: broken for armv6* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/botan/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index 64e38fa41ab..0100fbde5f4 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -15,6 +15,10 @@ checksum=c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5 LDFLAGS="-pthread" +case "$XBPS_TARGET_MACHINE" in + armv6*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/9072/steps/shell_3/logs/stdio";; +esac + do_configure() { local _args _arch _cpu