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
This commit is contained in:
Tony Theodore 2018-03-18 19:55:34 +11:00
parent 9d42a7a967
commit b67e5ceeda
1 changed files with 2 additions and 0 deletions

View File

@ -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)'