1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 09:27:09 +00:00
termux-packages/packages/radare2/librhash-android5-makefilefix.patch
2019-07-07 20:14:00 +02:00

12 lines
263 B
Diff

--- ./libr/hash/Makefile.orig 2019-07-04 00:25:23.719185558 +0000
+++ ./libr/hash/Makefile 2019-07-04 00:25:55.795734142 +0000
@@ -6,7 +6,7 @@
ifneq ($(OSTYPE),darwin)
ifneq ($(OSTYPE),haiku)
LDFLAGS+=-lm
-LINK=-lm
+LINK=-lm -L../util -lr_util
endif
endif