From 211d35d64707479e1fdf19f5bd46c86dda983c4a Mon Sep 17 00:00:00 2001 From: radare Date: Mon, 10 Feb 2020 09:00:26 +0100 Subject: [PATCH] fix build on FreeBSD --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 85dbf1ce39..216c06e93b 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,10 @@ ifeq ($(_SYS),Darwin) MAC := 1 endif +ifeq ($(_SYS),FreeBSD) +LDFLAGS += -lexecinfo +endif + ifdef ANDROID_ROOT ANDROID := 1 undefine LINUX