diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-18 08:55:34 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-18 08:55:34 (GMT) |
commit | b67e5ceeda8dbb726b15d16040fe37032a78067f (patch) | |
tree | 360c28df59c8d42188513673bccb6d76d18d49bc /src | |
parent | 9d42a7a967dbf6d5e1595cf7d91859750aaec094 (diff) | |
download | mxe-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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)' |