boinc: mark as broken on armv6l
This commit is contained in:
parent
8112c822b2
commit
9bd8c1f88b
|
@ -24,6 +24,10 @@ conflicts="boinc-nox>=0"
|
||||||
|
|
||||||
CXXFLAGS="-Wno-redundant-decls"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue