boinc: mark as broken on armv6l

This commit is contained in:
maxice8 2018-10-19 12:39:48 -03:00
parent 8112c822b2
commit 9bd8c1f88b
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ conflicts="boinc-nox>=0"
CXXFLAGS="-Wno-redundant-decls"
case "$XBPS_TARGET_MACHINE" in
armv6l) broken="arm-linux-gnueabihf-g++: error: libwhetvfp.a: No such file or directory" ;;
esac
pre_configure() {
autoreconf -if
}