added vsscanf patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-13 06:25:53 +00:00
parent 0f873fee57
commit a939c0871f
3 changed files with 7 additions and 3 deletions

View File

@ -74,6 +74,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>May 13th, 2003 [gerard]: Chapter 06 - Ncurses: Added the
vsscanf patch.</para></listitem>
<listitem><para>May 12th, 2003 [gerard]: Chapter 05 - Gzip: Removed
<userinput>make check</userinput>. It doesn't do
anything.</para></listitem>

View File

@ -3,7 +3,8 @@
<sect2>
<title>Installation of Ncurses</title>
<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch</userinput></screen></para>
<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch
patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch</userinput></screen></para>
<para>Prepare Ncurses to be compiled:</para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20030512">
<!ENTITY releasedate "May 12th, 2003">
<!ENTITY version "20030513">
<!ENTITY releasedate "May 13th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">