From 8117cd9a82d52a601ec1b5f83cdecd9b958a4781 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 1 Jun 2021 14:12:52 -0500 Subject: Remove termlib and tic-depends and tinfo. --- chapter8/ncurses.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh index 94d1b3c..c7ba368 100644 --- a/chapter8/ncurses.sh +++ b/chapter8/ncurses.sh @@ -7,16 +7,14 @@ set -e --without-debug \ --without-normal \ --enable-pc-files \ - --enable-widec \ - --with-termlib \ - --disable-tic-depends && + --enable-widec && make && make -j1 install && mv -v /usr/lib/libncursesw.so.6* /lib && ln -sfv ../../lib/"$(readlink /usr/lib/libncursesw.so)" /usr/lib/libncursesw.so && -for lib in ncurses form panel menu tinfo ; do +for lib in ncurses form panel menu ; do rm -vf /usr/lib/lib"${lib}".so && echo "INPUT(-l${lib}w)" > /usr/lib/lib"${lib}".so && ln -sfv "${lib}"w.pc /usr/lib/pkgconfig/"${lib}".pc -- cgit v1.2.3-54-g00ecf