From f514a47f103a2457b7b61b18f809c142c1930a76 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 8 Aug 2018 17:15:00 -0300 Subject: [PATCH] bloaty: mark as broken on armv6* --- srcpkgs/bloaty/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bloaty/template b/srcpkgs/bloaty/template index ebe13af361b..44d402dbbea 100644 --- a/srcpkgs/bloaty/template +++ b/srcpkgs/bloaty/template @@ -12,6 +12,10 @@ homepage="https://github.com/google/bloaty" distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2" checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0 +case "$XBPS_TARGET_MACHINE" in + armv6*) broken="undefined reference to __atomic_fetch_add_8'" ;; +esac + if [ "$CROSS_BUILD" ]; then hostmakedepends+=" protobuf" fi