mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dpdk: set broken for arm*
This commit is contained in:
parent
32a20d4ad1
commit
4aad2f6654
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ distfiles="https://github.com/DPDK/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
|
checksum=1ceff1a6f4f8d5f6f62c1682097249227ac5225ccd9638e0af09f5411c681038
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
broken="Usage of execinfo.h"
|
broken="Usage of error.h, execinfo.h and argp.h"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv7*) broken="Cannot get define of '__ARM_NEON'";;
|
armv*) broken="Cannot get define of '__ARM_NEON'";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue