From 05ecb6acdb90e44a27fa212eb8b9a57cac6666f7 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Thu, 8 Sep 2016 08:39:51 +0000 Subject: [PATCH] disable-execinfo-usage =================================================================== Gbp-Pq: Name disable-execinfo-usage.diff --- lldb/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index e2388e05..ff10216b 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -201,7 +201,7 @@ ifeq ($(HOST_OS),FreeBSD) # Allow unresolved symbols. LLVMLibsOptions += -Wl,--allow-shlib-undefined # Link in python - LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo \ + LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt \ -ledit -lncurses -lpanel -lpthread endif -- 2.30.2