tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[PATCH 7/7] Enable curses
---
external/apache2/llvm/bin/lldb/Makefile | 4 ++--
external/apache2/llvm/lib/liblldb/Makefile | 1 -
external/apache2/llvm/lib/liblldbCommands/Makefile | 1 -
external/apache2/llvm/lib/liblldbCore/Makefile | 1 -
4 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/external/apache2/llvm/bin/lldb/Makefile b/external/apache2/llvm/bin/lldb/Makefile
index b19e164e431c..d2e8b6bfa811 100644
--- a/external/apache2/llvm/bin/lldb/Makefile
+++ b/external/apache2/llvm/bin/lldb/Makefile
@@ -269,9 +269,9 @@ LLVM_LIBS+= \
.include "${.PARSEDIR}/../../link.mk"
-LDADD+= -ledit -lkvm -lutil -lz
+LDADD+= -lcurses -ledit -lkvm -lpanel -lutil -lz
.if !defined(HOSTPROG)
-DPADD+= ${LIBEDIT} ${LIBKVM} ${LIBUTIL} ${LIBZ}
+DPADD+= ${LIBCURSES} ${LIBEDIT} ${LIBKVM} ${LIBPANEL} ${LIBUTIL} ${LIBZ}
.endif
TABLEGEN_SRC= \
diff --git a/external/apache2/llvm/lib/liblldb/Makefile b/external/apache2/llvm/lib/liblldb/Makefile
index bdf97c8ac5a1..24bbfe94061c 100644
--- a/external/apache2/llvm/lib/liblldb/Makefile
+++ b/external/apache2/llvm/lib/liblldb/Makefile
@@ -7,7 +7,6 @@ LIB= lldb
.PATH: ${LLDB_SRCDIR}/source/API
CPPFLAGS+= \
- -DLLDB_DISABLE_CURSES \
-DLLDB_DISABLE_PYTHON
SRCS+= \
diff --git a/external/apache2/llvm/lib/liblldbCommands/Makefile b/external/apache2/llvm/lib/liblldbCommands/Makefile
index fb036fb631ff..e402db5eb11e 100644
--- a/external/apache2/llvm/lib/liblldbCommands/Makefile
+++ b/external/apache2/llvm/lib/liblldbCommands/Makefile
@@ -7,7 +7,6 @@ LIB= lldbCommands
.PATH: ${LLDB_SRCDIR}/source/Commands
CPPFLAGS+= \
- -DLLDB_DISABLE_CURSES \
-DLLDB_DISABLE_PYTHON
SRCS+= \
diff --git a/external/apache2/llvm/lib/liblldbCore/Makefile b/external/apache2/llvm/lib/liblldbCore/Makefile
index d9014ef4a6ff..e81a29ce9d2c 100644
--- a/external/apache2/llvm/lib/liblldbCore/Makefile
+++ b/external/apache2/llvm/lib/liblldbCore/Makefile
@@ -7,7 +7,6 @@ LIB= lldbCore
.PATH: ${LLDB_SRCDIR}/source/Core
CPPFLAGS+= \
- -DLLDB_DISABLE_CURSES \
-DLLDB_DISABLE_PYTHON
SRCS+= \
--
2.26.0
Home |
Main Index |
Thread Index |
Old Index