From 374e8ecd824acf7b70e40f347bbdaaef88718df6 Mon Sep 17 00:00:00 2001 From: Levente Polyak <anthraxx@archlinux.org> Date: Thu, 24 Mar 2022 21:58:17 +0000 Subject: [PATCH] disable threads required for iaito https://github.com/radareorg/iaito/commit/afaa7df55d6b3c16705e095efc15857d131411e9 --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9154abc..26ca0c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=radare2 pkgver=5.6.6 -pkgrel=2 +pkgrel=3 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files' url='https://radare.org' arch=('x86_64') @@ -45,7 +45,8 @@ build() { -D use_sys_xxhash=true \ -D use_sys_openssl=true \ -D use_libuv=true \ - -D use_webui=true + -D use_webui=true \ + -D want_threads=false ninja -C build } -- GitLab