1
0
Quellcode durchsuchen

Remove the reg_startend patch for File-4.20. It's not needed on Glibc-based systems.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess vor 18 Jahren
Ursprung
Commit
1686ad863c
4 geänderte Dateien mit 5 neuen und 17 gelöschten Zeilen
  1. 5 0
      chapter01/changelog.xml
  2. 0 8
      chapter03/patches.xml
  3. 0 4
      chapter06/file.xml
  4. 0 5
      patches.ent

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>2007-04-16</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Remove File's reg_startend patch.  It is not
+          necessary on Glibc-based systems.  Thanks to Greg Schafer for the
+          report.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Coreutils-6.9. Fixes
           <ulink url="&lfs-ticket-root;1982">#1982</ulink>.</para>

+ 0 - 8
chapter03/patches.xml

@@ -82,14 +82,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>File REG_STARTEND Patch - <token>&file-reg_startend-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&file-reg_startend-patch;"/></para>
-        <para>MD5 sum: <literal>&file-reg_startend-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>
       <listitem>

+ 0 - 4
chapter06/file.xml

@@ -35,10 +35,6 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
-    <para>Apply a patch to fix a bug caused by an undefined constant:</para>
-
-<screen><userinput>patch -Np1 -i ../&file-reg_startend-patch;</userinput></screen>
-
     <para>Prepare File for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>

+ 0 - 5
patches.ent

@@ -39,11 +39,6 @@
 <!ENTITY expect-spawn-patch-size "6.8 KB">
 
 
-<!ENTITY file-reg_startend-patch "file-&file-version;-reg_startend-1.patch">
-<!ENTITY file-reg_startend-patch-md5 "693fddf6b1b017317609aa472a51bc2b">
-<!ENTITY file-reg_startend-patch-size "1.3 KB">
-
-
 <!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch">
 <!ENTITY gawk-segfault-patch-md5 "7679530d88bf3eb56c42eb6aba342ddb">
 <!ENTITY gawk-segfault-patch-size "1.3 KB">