From 5a568035b3fd9acc4878f2ac52951307f5cb4185 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 6 Feb 2020 23:17:37 +0100 Subject: [PATCH] ncurses: also include dumb terminfo in fallbacks This fixes "top -b" erroring out with "'dumb': unknown terminal type." Signed-off-by: Matthias Reichl --- packages/devel/ncurses/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/ncurses/package.mk b/packages/devel/ncurses/package.mk index 6e0cd693c4..2748beda82 100644 --- a/packages/devel/ncurses/package.mk +++ b/packages/devel/ncurses/package.mk @@ -32,7 +32,7 @@ PKG_CONFIGURE_OPTS_TARGET="--without-ada \ --without-dmalloc \ --disable-rpath \ --disable-database \ - --with-fallbacks=linux,screen,xterm,xterm-color \ + --with-fallbacks=linux,screen,xterm,xterm-color,dumb \ --with-termpath=/storage/.config/termcap \ --disable-big-core \ --enable-termcap \