aboutsummaryrefslogtreecommitdiffstats
path: root/community/firejail
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2017-01-07 13:57:11 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-07 18:47:57 +0100
commitc6b3bf6c4846c54d62c0869402d387671acd14b4 (patch)
tree3799248d61db279200598ad960bde2491d70e00a /community/firejail
parentfc62f0b56a4262ad2a09109d41a27e8c75d93c9b (diff)
downloadaports-c6b3bf6c4846c54d62c0869402d387671acd14b4.tar.bz2
aports-c6b3bf6c4846c54d62c0869402d387671acd14b4.tar.xz
community/firejail: enable support for busybox
Diffstat (limited to 'community/firejail')
-rw-r--r--community/firejail/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD
index d40ad0558e..d84dfb3b9a 100644
--- a/community/firejail/APKBUILD
+++ b/community/firejail/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=firejail
pkgver=0.9.44.2
-pkgrel=0
+pkgrel=1
pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/"
arch="all"
@@ -31,6 +31,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
+ --enable-busybox-workaround \
|| return 1
make || return 1
}