summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-18 08:55:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-18 08:55:34 (GMT)
commitb67e5ceeda8dbb726b15d16040fe37032a78067f (patch)
tree360c28df59c8d42188513673bccb6d76d18d49bc /src
parent9d42a7a967dbf6d5e1595cf7d91859750aaec094 (diff)
downloadmxe-b67e5ceeda8dbb726b15d16040fe37032a78067f.zip
mxe-b67e5ceeda8dbb726b15d16040fe37032a78067f.tar.gz
mxe-b67e5ceeda8dbb726b15d16040fe37032a78067f.tar.bz2
gdb: disbale tui (curses ui)
This hasn't worked for a very long time and causes runtime crash when an ncurses build is present. Fixes #957
Diffstat (limited to 'src')
-rw-r--r--src/gdb.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index 22c6a9f..bb270e0 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -21,6 +21,8 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-system-readline \
+ --disable-gdbtk \
+ --disable-tui \
host_configargs="LIBS=\"`$(TARGET)-pkg-config --libs dlfcn`\"" \
CONFIG_SHELL=$(SHELL)
$(MAKE) -C '$(1)' -j '$(JOBS)'