llvm-toolchain/debian/patches/disable-execinfo-usage.diff
2014-02-04 08:37:46 +00:00

14 lines
677 B
Diff

Index: llvm-toolchain-snapshot_3.5~svn200683/lldb/lib/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.5~svn200683.orig/lldb/lib/Makefile 2014-02-03 11:55:31.481978272 +0100
+++ llvm-toolchain-snapshot_3.5~svn200683/lldb/lib/Makefile 2014-02-03 11:56:18.401976802 +0100
@@ -160,6 +160,7 @@
# 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
+# -L/usr/local/lib -lexecinfo
endif