aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:18:35 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:18:35 +0000
commit3dab9f9c6770432491861d88fdda0ea5c838f617 (patch)
tree582e564048213cf00eadbfa6727b6df5b62e8894 /chapter06
parent980a6927c15907c7c0761b92756cf358366230d1 (diff)
Upgrade to NCurses-5.6. Fixes #1940.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index b53464fb9..ae9235fbd 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -45,11 +45,6 @@
<screen><userinput>bzcat ../&ncurses-rollup-patch; | patch -Np1</userinput></screen>
-->
- <para>Since the release of Ncurses-&ncurses-version;, a memory leak and some
- display bugs were found and fixed upstream. Apply those fixes:</para>
-
-<screen><userinput>patch -Np1 -i ../&ncurses-fixes-patch;</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>