From 50ee39f8ad562b25d19fbd43436903c3e939a117 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 3 May 2011 18:17:59 +0200 Subject: [PATCH] ncurses: improved to generate a separated tic library in build loop 1 where we build the narrow curses variant --- base/ncurses/ncurses.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/ncurses/ncurses.conf b/base/ncurses/ncurses.conf index 48e8db947..bba628284 100644 --- a/base/ncurses/ncurses.conf +++ b/base/ncurses/ncurses.conf @@ -58,6 +58,8 @@ ncurses_preconf() { # first loop is easy, always simply narrowc mkdir -p narrowc cd narrowc + # generate separate tic library + var_append confopt ' ' "--with-ticlib" else cd .. # then the things get a bit uglier