diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 5 |
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> |