mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 07:48:46 +00:00
13 lines
623 B
Diff
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
|