diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template index 280bcf77f1..128192e58f 100644 --- a/srcpkgs/tor/template +++ b/srcpkgs/tor/template @@ -16,6 +16,10 @@ homepage="http://www.torproject.org/" distfiles="https://www.torproject.org/dist/tor-$version.tar.gz" checksum=b1af02c61253dcdb4e1a4f552adaba4e07aed0e5468e45c0764550161480e3de +case "$XBPS_TARGET_MACHINE" in + aarch64*) configure_args="--disable-seccomp";; +esac + post_install() { # Use our own default config file. vinstall ${FILESDIR}/torrc 640 etc/tor