aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-02 13:42:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-02 13:44:09 -0300
commite6bb5e23cdd5cc561afc062c94503eeea522433e (patch)
tree95e611ff8340b8ff23102535c05e0225e475bb63 /testing
parent3984f6ae5b51449c7dcf4d714550cad8b0c28476 (diff)
downloadaports-e6bb5e23cdd5cc561afc062c94503eeea522433e.tar.bz2
aports-e6bb5e23cdd5cc561afc062c94503eeea522433e.tar.xz
testing/sniffglue: disable on x86
Diffstat (limited to 'testing')
-rw-r--r--testing/sniffglue/APKBUILD3
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