Date: Thursday, March 24, 2022 @ 21:58:17 Author: anthraxx Revision: 1175554
upgpkg: radare2 5.6.6-3: disable threads required for iaito https://github.com/radareorg/iaito/commit/afaa7df55d6b3c16705e095efc15857d131411e9 Modified: radare2/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 21:50:36 UTC (rev 1175553) +++ PKGBUILD 2022-03-24 21:58:17 UTC (rev 1175554) @@ -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 @@ -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 }
