mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 06:09:21 +01:00
added vsscanf patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0f873fee57
commit
a939c0871f
@ -74,6 +74,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</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
|
<listitem><para>May 12th, 2003 [gerard]: Chapter 05 - Gzip: Removed
|
||||||
<userinput>make check</userinput>. It doesn't do
|
<userinput>make check</userinput>. It doesn't do
|
||||||
anything.</para></listitem>
|
anything.</para></listitem>
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Ncurses</title>
|
<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>
|
<para>Prepare Ncurses to be compiled:</para>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030512">
|
<!ENTITY version "20030513">
|
||||||
<!ENTITY releasedate "May 12th, 2003">
|
<!ENTITY releasedate "May 13th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user