mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
refresh of the patch
This commit is contained in:
parent
1432f600f1
commit
d12a1f6e73
15
debian/patches/disable-execinfo-usage.diff
vendored
15
debian/patches/disable-execinfo-usage.diff
vendored
@ -1,12 +1,13 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.5~svn200375/lldb/lib/Makefile
|
Index: llvm-toolchain-snapshot_3.5~svn200683/lldb/lib/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.5~svn200375.orig/lldb/lib/Makefile 2014-01-29 07:46:02.284720030 -0800
|
--- llvm-toolchain-snapshot_3.5~svn200683.orig/lldb/lib/Makefile 2014-02-03 11:55:31.481978272 +0100
|
||||||
+++ llvm-toolchain-snapshot_3.5~svn200375/lldb/lib/Makefile 2014-01-29 07:46:02.256720031 -0800
|
+++ llvm-toolchain-snapshot_3.5~svn200683/lldb/lib/Makefile 2014-02-03 11:56:18.401976802 +0100
|
||||||
@@ -160,5 +160,6 @@
|
@@ -160,6 +160,7 @@
|
||||||
# Allow unresolved symbols.
|
# Allow unresolved symbols.
|
||||||
LLVMLibsOptions += -Wl,--allow-shlib-undefined
|
LLVMLibsOptions += -Wl,--allow-shlib-undefined
|
||||||
# Link in python
|
# Link in python
|
||||||
- LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo
|
- LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo \
|
||||||
+ LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt
|
+ LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt \
|
||||||
+# -L/usr/local/lib -lexecinfo
|
-ledit -lncurses -lpanel
|
||||||
|
+# -L/usr/local/lib -lexecinfo
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user