From 1c27a5344b382f0d6ddf79b76bd112e145f44d91 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 16 Aug 2015 17:54:29 +0000 Subject: Update to tzdata-2015f. Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed. Document some minor test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter05/ncurses.xml') diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a18a9c819..d137ca880 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -43,6 +43,10 @@ Installation of Ncurses + First, ensure that gawk is found first during configuration: + +sed s/mawk// configure + Prepare Ncurses for compilation: ./configure --prefix=/tools \ -- cgit v1.2.3-54-g00ecf