llvm-toolchain/debian/patches/disable-execinfo-usage.diff
2015-07-10 17:24:40 +00:00

13 lines
609 B
Diff

Index: llvm-toolchain-snapshot_3.7~svn241915/lldb/lib/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.7~svn241915.orig/lldb/lib/Makefile
+++ llvm-toolchain-snapshot_3.7~svn241915/lldb/lib/Makefile
@@ -200,6 +200,6 @@ 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