瀏覽代碼

Added patch to glibc to fix build errors in packages that include linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 19 年之前
父節點
當前提交
81aee91331
共有 6 個文件被更改,包括 29 次插入2 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 7 0
      chapter03/patches.xml
  4. 5 0
      chapter06/glibc.xml
  5. 2 2
      general.ent
  6. 2 0
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>April 15, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[archaic] - Added patch to glibc to fix build errors in packages
+          that include linux/types.h after sys/kd.h.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>April 14, 2006</para>
       <itemizedlist>

+ 3 - 0
chapter01/whatsnew.xml

@@ -216,6 +216,9 @@
     <listitem>
       <para>&gcc-specs-patch;</para>
     </listitem>
+    <listitem>
+      <para>&glibc-linux_types-patch;</para>
+    </listitem>
     <listitem>
       <para>&groff-debian-patch;</para>
     </listitem>

+ 7 - 0
chapter03/patches.xml

@@ -88,6 +88,13 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Glibc Linux Types Patch - 1.1 KB:</term>
+      <listitem>
+        <para><ulink url="&patches-root;&glibc-linux_types-patch;"/></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Grep RedHat Fixes Patch - 56 KB:</term>
       <listitem>

+ 5 - 0
chapter06/glibc.xml

@@ -72,6 +72,11 @@
 
 <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen>
 
+    <para>Apply the following patch to fix build errors in packages that include
+    linux/types.h after sys/kd.h:</para>
+
+<screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen>
+
     <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
     at startup. It is unknown whether this is a <command>bash</command> bug or a
     Glibc problem. Disable installation of this locale in order to avoid the

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060414">
-<!ENTITY releasedate "April 14, 2006">
+<!ENTITY version "SVN-20060415">
+<!ENTITY releasedate "April 15, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 2 - 0
patches.ent

@@ -18,6 +18,8 @@
 
 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
 
+<!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch">
+
 <!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
 
 <!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">