diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 08:49:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 08:49:09 +0000 |
commit | 8819810f3e403062bd6a1943fb6a64a825ed802d (patch) | |
tree | 289d686be189fe1bab4d026060aa8b8ff6e12aa9 | |
parent | b8a1b52a4e4f5e6d1ee64806aa8929a0252c8ec0 (diff) | |
download | aports-8819810f3e403062bd6a1943fb6a64a825ed802d.tar.bz2 aports-8819810f3e403062bd6a1943fb6a64a825ed802d.tar.xz |
community/firejail: disable on aarch64 as it fails to build
upstream bug: https://github.com/netblue30/firejail/issues/1566
-rw-r--r-- | community/firejail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index 0a50e81a7d..1dc5adba45 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.50 pkgrel=0 pkgdesc="Linux namespaces and seccomp-bpf sandbox" url="https://firejail.wordpress.com/" -arch="all" +arch="all !aarch64" license="GPL2" depends="bash" makedepends="linux-headers" |