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() {