r2ghidra, disable radare2_devel version requirement for now (#13513)

newer version has error in build, reported upstream
This commit is contained in:
Schrijvers Luc
2025-12-28 15:41:14 +01:00
committed by GitHub
parent 5fa130568a
commit 59e83a5ffd

View File

@@ -41,7 +41,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
fi
radare2Ver="6.0.4"
#radare2Ver="6.0.4"
PROVIDES="
r2ghidra$secondaryArchSuffix = $portVersion
@@ -54,9 +54,9 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libr_anal$secondaryArchSuffix == $radare2Ver
devel:libr_asm$secondaryArchSuffix == $radare2Ver
devel:libr_core$secondaryArchSuffix == $radare2Ver
devel:libr_anal$secondaryArchSuffix #== $radare2Ver
devel:libr_asm$secondaryArchSuffix #== $radare2Ver
devel:libr_core$secondaryArchSuffix #== $radare2Ver
"
BUILD_PREREQUIRES="
cmd:awk