diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-16 17:54:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-16 17:54:29 +0000 |
commit | 1c27a5344b382f0d6ddf79b76bd112e145f44d91 (patch) | |
tree | 38959a9e3d448c7877f6514b4c2da926a546c841 /chapter05 | |
parent | f5e821c9ec8417651988c3ce6020708a8cccae9c (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <sect2 role="installation"> <title>Installation of Ncurses</title> + <para>First, ensure that gawk is found first during configuration:</para> + +<screen><userinput remap="pre">sed s/mawk// configure</userinput></screen> + <para>Prepare Ncurses for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools \ |