summaryrefslogtreecommitdiff
path: root/debian/patches/disable-execinfo-usage.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable-execinfo-usage.diff')
-rw-r--r--debian/patches/disable-execinfo-usage.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/disable-execinfo-usage.diff b/debian/patches/disable-execinfo-usage.diff
new file mode 100644
index 0000000..e9d5bec
--- /dev/null
+++ b/debian/patches/disable-execinfo-usage.diff
@@ -0,0 +1,13 @@
+Index: llvm-toolchain-snapshot_3.8~svn253186/lldb/lib/Makefile
+===================================================================
+--- llvm-toolchain-snapshot_3.8~svn253186.orig/lldb/lib/Makefile
++++ llvm-toolchain-snapshot_3.8~svn253186/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
+