diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:18:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:18:35 +0000 |
commit | 3dab9f9c6770432491861d88fdda0ea5c838f617 (patch) | |
tree | 582e564048213cf00eadbfa6727b6df5b62e8894 /chapter06 | |
parent | 980a6927c15907c7c0761b92756cf358366230d1 (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.xml | 5 |
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> |