From 7399fd919f00015a0c075e2006acd87deb1fa46c Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 3 Nov 2015 19:02:06 +0100 Subject: [PATCH] Adding STAGE2 bootstrap recipe --- STAGE2-ncurses | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 STAGE2-ncurses diff --git a/STAGE2-ncurses b/STAGE2-ncurses new file mode 100644 index 0000000..57f1f22 --- /dev/null +++ b/STAGE2-ncurses @@ -0,0 +1,19 @@ +mcd $BUILDDIR/ncurses + +$SRC/ncurses-*/configure $TCONFIGARGS \ + --with-shared --without-ada --with-ospeed=unsigned \ + --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ + --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \ + --enable-overwrite \ + --enable-pc-files \ + --with-termlib=tinfo \ + --with-chtype=long \ + --with-ticlib + +notparallel +make $J +make $J install + +echo "INPUT(-lncurses)" > /usr/lib$SUFFIX/libcurses.so +echo "INPUT(-lncursesw)" > /usr/lib$SUFFIX/libcursesw.so +echo "INPUT(-ltinfo)" > /usr/lib$SUFFIX/libtermcap.so