소스 검색

Upgraded to Linux-libc-headers 2.6.7.0 and updated the Net-tools GCC patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 년 전
부모
커밋
e43d9b664b
4개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 2
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 1 1
      chapter06/net-tools.xml
  4. 1 1
      general.ent

+ 5 - 2
chapter01/changelog.xml

@@ -47,9 +47,9 @@ first a summary, then a detailed log.</para>
 <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
 <listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
 <listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
-<listitem><para>linux-libc-headers-2.6.6.0</para></listitem>
+<listitem><para>linux-libc-headers-2.6.7.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-3.patch</para></listitem>
 <listitem><para>readline-4.3</para></listitem>
 <listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
 <listitem><para>sed-4.1-permissions-1.patch</para></listitem>
@@ -78,6 +78,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 24, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.7.0
+and updated the Net-tools GCC 3.4 patch.</para></listitem>
+
 <listitem><para>June 24, 2004 [alexander]: Wordings changed on the hotplug
 page</para></listitem>
 

+ 1 - 1
chapter03/patches.xml

@@ -117,7 +117,7 @@ following:</para>
 <varlistentry>
 <term>Net-tools GCC 3.4 Compatibility Patch - 3 KB:</term>
 <listitem>
-<para><ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-2.patch"/></para>
+<para><ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-3.patch"/></para>
 </listitem>
 </varlistentry>
 

+ 1 - 1
chapter06/net-tools.xml

@@ -41,7 +41,7 @@ but it's up to the kernel to make the protocols available.</para>
 <para>This package also has issues with being compiled by GCC 3.4, which we
 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-3.patch</userinput></screen>
 
 <para>Fix an issue that arises when building against Linux 2.6:</para>
 

+ 1 - 1
general.ent

@@ -46,7 +46,7 @@
 <!ENTITY less-version "382">
 <!ENTITY libtool-version "1.5.6">
 <!ENTITY linux-version "2.6.7">
-<!ENTITY linux-libc-headers-version "2.6.6.0">
+<!ENTITY linux-libc-headers-version "2.6.7.0">
 <!ENTITY m4-version "1.4.1">
 <!ENTITY make-version "3.80">
 <!ENTITY man-version "1.5m2">