dpdk: set broken for arm*
This commit is contained in:
parent
32a20d4ad1
commit
4aad2f6654
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue