llvm-toolchain/debian/patches/disable-execinfo-usage.diff
2013-09-02 12:03:30 +00:00

13 lines
623 B
Diff

Index: llvm-toolchain-snapshot_3.4~svn189753/lldb/lib/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.4~svn189753.orig/lldb/lib/Makefile 2013-09-02 14:03:46.000000000 +0200
+++ llvm-toolchain-snapshot_3.4~svn189753/lldb/lib/Makefile 2013-09-02 14:03:46.000000000 +0200
@@ -157,5 +157,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