From 1c9bc6a47ea7f870de2d68451efa37f3bc3780fd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 8 Aug 2002 17:32:09 +0000 Subject: removed --disable-termcap from ncurses installation, it's disabled by default now git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/ncurses-exp.xml | 3 --- chapter06/ncurses-inst.xml | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6ec9ffbcb..f05553f87 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -49,6 +49,11 @@ +August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed +the --disable-termcap configure option. Termcap is +disabled by default now, so no need for this option (left over from a long +time ago when it was needed). + August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the command cp include/asm-generic /usr/include. There are programs which use the files in there, as well as headers in the diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 4145f8481..f393f9db5 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -9,9 +9,6 @@ valid in the new C++ standard. --with-shared: This enables the build of the shared ncurses library files. ---disable-termcap: Disabled the compilation of -termcap fall back support. - mv /lib/*.a /usr/lib : This moves all of the static ncurses library files from /lib to /usr/lib. /lib should only contain the shared files which are essential to the diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 2b49b3770..a6adcb92d 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -8,8 +8,7 @@ commands. Install Ncurses by running the following commands: patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch && -./configure --prefix=/usr --libdir=/lib \ -    --with-shared --disable-termcap && +./configure --prefix=/usr --libdir=/lib --with-shared && make && make install && mv /lib/*.a /usr/lib && -- cgit v1.2.3-54-g00ecf