diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/ndpi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ndpi/APKBUILD b/testing/ndpi/APKBUILD index 80553de381..f5b9e0fe85 100644 --- a/testing/ndpi/APKBUILD +++ b/testing/ndpi/APKBUILD @@ -6,8 +6,8 @@ pkgrel=1 pkgdesc="Open Source Deep Packet Inspection Software Toolkit" url="https://github.com/ntop/nDPI" # armhf test fail without apparent cause -# s390x test hangs -arch="all !armhf !armv7 !s390x" +# s390x/mips test hangs (big-endian) +arch="all !armhf !armv7 !s390x !mips !mips64" license="GPL-3.0" makedepends="autoconf automake libpcap-dev libtool" subpackages="$pkgname-dev" |
