From dc19fb6e8ee98149ca0e9971bbf62f8fb418197e Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sun, 21 Sep 2003 01:40:43 +0000 Subject: Chapter 5 - GCC Pass 2: Updated to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses-inst.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'chapter05/ncurses-inst.xml') diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml index 7b030edcf..938be653f 100644 --- a/chapter05/ncurses-inst.xml +++ b/chapter05/ncurses-inst.xml @@ -15,7 +15,7 @@ deprecated headers. Now prepare Ncurses to be compiled: ./configure --prefix=/tools --with-shared \ -    --without-debug --without-ada +    --without-debug --without-ada --enable-overwrite The meaning of the configure options: @@ -24,7 +24,12 @@ deprecated headers. to build its Ada bindings, even if an Ada compiler is installed on the host. This must be done because once we enter the chroot environment, Ada will no longer be available. - + +--enable-overwrite: This tells Ncurses +to install its header files into /tools/include +instead of /tools/include/ncurses to +ensure that other packages can find the Ncurses headers successfully. + Compile the programs and libraries: -- cgit v1.2.3-54-g00ecf