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
pull/2085/head
Tony Theodore 6 years ago
parent 9d42a7a967
commit b67e5ceeda

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

Loading…
Cancel
Save