From 96a3feb59c1aaba6a5098cdf6ee63efec64afb6f Mon Sep 17 00:00:00 2001 From: Shibby Date: Sat, 21 Mar 2015 08:31:46 +0100 Subject: [PATCH] add xterm to terminfo required by nano and mysql --- release/src/router/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/src/router/Makefile b/release/src/router/Makefile index 1e916898ab..ffb6d17486 100644 --- a/release/src/router/Makefile +++ b/release/src/router/Makefile @@ -1938,9 +1938,11 @@ libncurses-install: libncurses install -d $(INSTALLDIR)/libncurses/usr/share/terminfo install -d $(INSTALLDIR)/libncurses/usr/share/terminfo/l install -d $(INSTALLDIR)/libncurses/usr/share/terminfo/v + install -d $(INSTALLDIR)/libncurses/usr/share/terminfo/x install -D -m 0644 libncurses/staged/usr/share/terminfo/l/linux $(INSTALLDIR)/libncurses/usr/share/terminfo/l install -D -m 0644 libncurses/staged/usr/share/terminfo/v/vt100 $(INSTALLDIR)/libncurses/usr/share/terminfo/v install -D -m 0644 libncurses/staged/usr/share/terminfo/v/vt220 $(INSTALLDIR)/libncurses/usr/share/terminfo/v + install -D -m 0644 libncurses/staged/usr/share/terminfo/x/xterm $(INSTALLDIR)/libncurses/usr/share/terminfo/x cd $(INSTALLDIR)/libncurses/usr/lib && ln -sf ../share/terminfo terminfo install libncurses/lib/libncurses.so.5.9 $(INSTALLDIR)/libncurses/usr/lib/libncurses.so.5 $(STRIP) $(INSTALLDIR)/libncurses/usr/lib/libncurses.so.5 @@ -1978,7 +1980,7 @@ mysql/stamp-h1: openssl zlib libncurses --with-low-memory \ --enable-assembler \ --with-zlib-dir="$(TOP)/zlib/staged/usr" \ - ac_cv_c_stack_direction=-1 + ac_cv_c_stack_direction=-1 cd mysql && tar xvfz .host.tgz # Update time of config.status to avoid run 'config.status --recheck' touch mysql/config.status -- 2.11.4.GIT