dpdk: set broken for arm*

This commit is contained in:
John 2019-11-03 22:36:01 +01:00
parent 32a20d4ad1
commit 4aad2f6654
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ distfiles="https://github.com/DPDK/${pkgname}/archive/v${version}.tar.gz"
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
broken="Usage of execinfo.h"
broken="Usage of error.h, execinfo.h and argp.h"
fi
case "$XBPS_TARGET_MACHINE" in
armv7*) broken="Cannot get define of '__ARM_NEON'";;
armv*) broken="Cannot get define of '__ARM_NEON'";;
esac
post_install() {