tor: disable seccomp on aarch64
Fails with: error: 'mcontext_t' has no member named 'M_SYSCALL'.
This commit is contained in:
parent
807adffff1
commit
a558146e28
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue