diff options
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> |