bloaty: mark as broken on armv6*

This commit is contained in:
maxice8 2018-08-08 17:15:00 -03:00
parent 1b6eab9616
commit f514a47f10

View File

@ -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