mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
bloaty: mark as broken on armv6*
This commit is contained in:
parent
1b6eab9616
commit
f514a47f10
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://github.com/google/bloaty"
|
||||||
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
|
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
|
||||||
checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0
|
checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6*) broken="undefined reference to __atomic_fetch_add_8'" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" protobuf"
|
hostmakedepends+=" protobuf"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue