From 4aad2f6654034a11826e11f29df5716037c42f6b Mon Sep 17 00:00:00 2001 From: John Date: Sun, 3 Nov 2019 22:36:01 +0100 Subject: [PATCH] dpdk: set broken for arm* --- srcpkgs/dpdk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dpdk/template b/srcpkgs/dpdk/template index ea40d5c5751..b7689e4114b 100644 --- a/srcpkgs/dpdk/template +++ b/srcpkgs/dpdk/template @@ -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() {