1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 02:16:39 +00:00
termux-packages/packages/radare2/cs_release-disable.patch
Claudemirovsky 5785217926
radare2: update to 5.5.0 (#7985)
Add patch to disable the CS_RELEASE, it will use the default version of capstone(v5, branch next), so the error at ARM64_INS_NAND will be solved.
2021-11-16 14:07:01 +01:00

13 lines
362 B
Diff

diff -Nuar radare2-5.5.0.orig/shlr/Makefile radare2-5.5.0.mod/shlr/Makefile
--- radare2-5.5.0.orig/shlr/Makefile 2021-11-15 13:09:38.533381825 -0300
+++ radare2-5.5.0.mod/shlr/Makefile 2021-11-15 13:11:41.325381737 -0300
@@ -10,7 +10,7 @@
ifeq ($(shell test -d ../.git && echo 1),1)
CS_RELEASE=0
else
-CS_RELEASE=1
+CS_RELEASE=0
endif
CAPSTONE_CFLAGS?=-g