diff options
Diffstat (limited to 'testing/ndpi/APKBUILD')
-rw-r--r-- | testing/ndpi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ndpi/APKBUILD b/testing/ndpi/APKBUILD index 4fe219f836..80553de381 100644 --- a/testing/ndpi/APKBUILD +++ b/testing/ndpi/APKBUILD @@ -7,7 +7,7 @@ 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 !s390x" +arch="all !armhf !armv7 !s390x" license="GPL-3.0" makedepends="autoconf automake libpcap-dev libtool" subpackages="$pkgname-dev" |