diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:42:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:42:15 +0000 |
commit | d0e13a81ace3055e50cef4d4460a9feedc9ae34a (patch) | |
tree | 3f277a867d798de713127d2ff142ce7df9457fc5 /chapter06 | |
parent | 93ae5d3079cfc347a4dc6b9d30b351b409aa8775 (diff) |
Upgrade to Ncurses-5.7. Fixes #2276.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 0deef544c..16874b5d6 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -51,11 +51,6 @@ <screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen> --> - <para>Apply the following patch to fix a number of issues uncovered by the - static code analysis tool, Coverity:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&ncurses-coverity-patch;</userinput></screen> - <para>Prepare Ncurses for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen> |