Files
termux-packages/packages/radare2/libr-muta-Makefile.patch
2025-07-31 04:19:24 +00:00

11 lines
159 B
Diff

--- a/libr/muta/Makefile
+++ b/libr/muta/Makefile
@@ -1,6 +1,7 @@
NAME=r_muta
R2DEPS=r_util
CFLAGS+=-DR2_PLUGIN_INCORE
+LINK+=-lm
include ../config.mk