firejail: enable seccomp for arm
This commit is contained in:
parent
3fe362eb2a
commit
bcb48012fd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'firejail'
|
||||
pkgname=firejail
|
||||
version=0.9.34
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
conf_files="
|
||||
/etc/firejail/audacious.profile
|
||||
|
@ -51,9 +51,3 @@ license="GPL-2"
|
|||
homepage="https://l3net.wordpress.com/projects/firejail/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=37add3c0737206777472484591bcb742fc6c14096e4064ccc556c6bcea274ae9
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*)
|
||||
configure_args+=" --disable-seccomp"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue