llvm-toolchain/debian/patches/disable-execinfo-usage.diff
2013-08-20 16:21:30 +00:00

13 lines
578 B
Diff

Index: llvm-toolchain-3.3-3.3/lldb/lib/Makefile
===================================================================
--- llvm-toolchain-3.3-3.3.orig/lldb/lib/Makefile 2013-08-19 08:27:21.000000000 +0000
+++ llvm-toolchain-3.3-3.3/lldb/lib/Makefile 2013-08-20 14:49:43.000000000 +0000
@@ -150,5 +150,6 @@
# 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
+# -L/usr/local/lib -lexecinfo
endif