firejail: disable seccomp for aarch64 for now
This commit is contained in:
parent
200698ef0a
commit
fb264f9fd4
@ -13,7 +13,7 @@ distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
|||||||
checksum=691225b5717b6e9540cdfe2a036f6e81bc27fc42abf438400732fc0459bdd005
|
checksum=691225b5717b6e9540cdfe2a036f6e81bc27fc42abf438400732fc0459bdd005
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*) configure_args+=" --disable-seccomp" ;;
|
arm*|aarch64*) configure_args+=" --disable-seccomp" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user