diff options
Diffstat (limited to 'testing/sniffglue/APKBUILD')
-rw-r--r-- | testing/sniffglue/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/sniffglue/APKBUILD b/testing/sniffglue/APKBUILD index e43498055e..08bf584fc3 100644 --- a/testing/sniffglue/APKBUILD +++ b/testing/sniffglue/APKBUILD @@ -6,7 +6,8 @@ pkgrel=0 pkgdesc="Secure multithreaded packet sniffer" url="https://github.com/kpcyrd/sniffglue" # !aarch64: https://cloud.drone.io/alpinelinux/aports/10687/3/1 -arch="x86_64 x86 armhf armv7 ppc64le" # limited by cargo +# !x86: fails to compile even when -fno-stack-protector is passed +arch="x86_64 armhf armv7 ppc64le" # limited by cargo license="GPL-3.0-or-later" makedepends=" cargo |