projects
/
llvm-toolchain-3.8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ddaf1
)
disable-execinfo-usage
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sun, 12 Mar 2017 08:49:18 +0000
(08:49 +0000)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Sun, 12 Mar 2017 08:49:18 +0000
(08:49 +0000)
===================================================================
Gbp-Pq: Name disable-execinfo-usage.diff
lldb/lib/Makefile
patch
|
blob
|
history
diff --git
a/lldb/lib/Makefile
b/lldb/lib/Makefile
index e2388e05833e2d97b99742ba2cf137d54c804a2c..ff10216b33960e2c9f51de09799ecb56e393a215 100644
(file)
--- a/
lldb/lib/Makefile
+++ b/
lldb/lib/Makefile
@@
-201,7
+201,7
@@
ifeq ($(HOST_OS),FreeBSD)
# 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 -lpthread
endif