[build] Remove --with-default-terminfo-dir directive.

This seems to be settting the install path for the terminfo. As a result
the terminfo doesn't seem to be written in to fake.root.
pull/1179/head
Suresh Sundriyal 11 months ago
parent bc42ea0c07
commit 992d14dcb1

@ -123,7 +123,6 @@ RUN curl -sSL https://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz | tar xvzC /ext
./configure --prefix=/fake.root \
--enable-ext-mouse \
--enable-sigwinch \
--with-default-terminfo-dir=/usr/share/terminfo \
--enable-ext-colors \
--enable-widec \
--enable-termcap \

Loading…
Cancel
Save