aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-05-05 21:58:20 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-05-05 21:58:20 +0000
commit1aba30dba86ec224e9a86930ade59ce46429e441 (patch)
treef387d4df7aaa0009f71e784ae4bbd1e6a23aa09f /chapter06/ncurses.xml
parent22cf3bfc3f131eeb5411e34c37d2363c3ac2661c (diff)
Add an upstream patch for Ncurses, which fixes a number of issues uncovered by the Coverity static code analysis tool. Fixes #1995.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 61688c09e..00d5de42c 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -45,6 +45,11 @@
<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>patch -Np1 -i ../&ncurses-coverity-patch;</userinput></screen>
+
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>