Changeset 1686ad8


Ignore:
Timestamp:
04/16/2007 07:22:09 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b782e05
Parents:
e4483f8
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re4483f8 r1686ad8  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Remove File's reg_startend patch.  It is not
     44          necessary on Glibc-based systems.  Thanks to Greg Schafer for the
     45          report.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[matthew] - Upgrade to Coreutils-6.9. Fixes
    4449          <ulink url="&lfs-ticket-root;1982">#1982</ulink>.</para>
  • chapter03/patches.xml

    re4483f8 r1686ad8  
    8484
    8585    <varlistentry>
    86       <term>File REG_STARTEND Patch - <token>&file-reg_startend-patch-size;</token>:</term>
    87       <listitem>
    88         <para>Download: <ulink url="&patches-root;&file-reg_startend-patch;"/></para>
    89         <para>MD5 sum: <literal>&file-reg_startend-patch-md5;</literal></para>
    90       </listitem>
    91     </varlistentry>
    92 
    93     <varlistentry>
    9486      <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>
    9587      <listitem>
  • chapter06/file.xml

    re4483f8 r1686ad8  
    3535  <sect2 role="installation">
    3636    <title>Installation of File</title>
    37 
    38     <para>Apply a patch to fix a bug caused by an undefined constant:</para>
    39 
    40 <screen><userinput>patch -Np1 -i ../&file-reg_startend-patch;</userinput></screen>
    4137
    4238    <para>Prepare File for compilation:</para>
  • patches.ent

    re4483f8 r1686ad8  
    3838<!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba">
    3939<!ENTITY expect-spawn-patch-size "6.8 KB">
    40 
    41 
    42 <!ENTITY file-reg_startend-patch "file-&file-version;-reg_startend-1.patch">
    43 <!ENTITY file-reg_startend-patch-md5 "693fddf6b1b017317609aa472a51bc2b">
    44 <!ENTITY file-reg_startend-patch-size "1.3 KB">
    4540
    4641
Note: See TracChangeset for help on using the changeset viewer.