mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 13:49:37 +01:00
*** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7e6c41d725
commit
aa242b107f
@ -70,7 +70,6 @@ first a summary, then a detailed log.</para>
|
|||||||
<listitem><para>mktemp-1.5-add_tempfile-1.patch</para></listitem>
|
<listitem><para>mktemp-1.5-add_tempfile-1.patch</para></listitem>
|
||||||
<listitem><para>module-init-tools-3.0</para></listitem>
|
<listitem><para>module-init-tools-3.0</para></listitem>
|
||||||
<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
|
<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
|
||||||
<listitem><para>net-tools-1.60-kernel_headers-1.patch</para></listitem>
|
|
||||||
<listitem><para>readline-4.3</para></listitem>
|
<listitem><para>readline-4.3</para></listitem>
|
||||||
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
|
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
|
||||||
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
||||||
@ -104,6 +103,9 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 7, 2004 [winkie]: Dropped Net-tools patch for kernel
|
||||||
|
headers in favor of a simple sed.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 7, 2004 [winkie]: Normalized <quote>sed</quote> usage
|
<listitem><para>June 7, 2004 [winkie]: Normalized <quote>sed</quote> usage
|
||||||
throughout the book.</para></listitem>
|
throughout the book.</para></listitem>
|
||||||
|
|
||||||
|
@ -119,13 +119,6 @@ following:</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Net-tools Kernel Headers Patch - 1 KB:</term>
|
|
||||||
<listitem>
|
|
||||||
<para><ulink url="&patches-root;net-tools-&net-tools-version;-kernel_headers-1.patch"/></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Perl Libc Patch - 1 KB:</term>
|
<term>Perl Libc Patch - 1 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -43,10 +43,9 @@ fix by applying the following patch:</para>
|
|||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-2.patch</userinput></screen>
|
<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-2.patch</userinput></screen>
|
||||||
|
|
||||||
<para>Net-tools has issues with the Linux 2.6 kernel series - fix these issues
|
<para>Fix an issue that arises when building against Linux 2.6:</para>
|
||||||
by applying the following patch:</para>
|
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel_headers-1.patch</userinput></screen>
|
<screen><userinput>sed -i 's@x25_address@struct &@' lib/x25_sr.c</userinput></screen>
|
||||||
|
|
||||||
<para>Now prepare Net-tools for compilation (if you intend to accept the
|
<para>Now prepare Net-tools for compilation (if you intend to accept the
|
||||||
defaults, you can skip all the questions by running <userinput>yes "" |
|
defaults, you can skip all the questions by running <userinput>yes "" |
|
||||||
|
Loading…
Reference in New Issue
Block a user