diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 17:21:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 17:21:12 -0300 |
commit | 7bb6e95ec89f2a9132cf7525c4e58e09336be206 (patch) | |
tree | 9fd8a5b20d48f569fb67503d19d229270e3b08b2 | |
parent | e17443f9798955c742a6944299b6dff5ee4f6386 (diff) | |
download | aports-7bb6e95ec89f2a9132cf7525c4e58e09336be206.tar.bz2 aports-7bb6e95ec89f2a9132cf7525c4e58e09336be206.tar.xz |
testing/sniffglue: disable on ppc64le
-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 08bf584fc3..5ea1559650 100644 --- a/testing/sniffglue/APKBUILD +++ b/testing/sniffglue/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="Secure multithreaded packet sniffer" url="https://github.com/kpcyrd/sniffglue" # !aarch64: https://cloud.drone.io/alpinelinux/aports/10687/3/1 # !x86: fails to compile even when -fno-stack-protector is passed -arch="x86_64 armhf armv7 ppc64le" # limited by cargo +# !ppc64le: fails to build ring +arch="x86_64 armhf armv7" # limited by cargo license="GPL-3.0-or-later" makedepends=" cargo |