Changeset 7e8e2c0


Ignore:
Timestamp:
02/24/2007 02:45:43 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:
cddb923
Parents:
e822753d
Message:

Add upstream fixes for Glibc, bringing it up to date with the 2.5 release branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re822753d r7e8e2c0  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Add an upstream patch for Glibc.  Fixes
     44          <ulink url="&lfs-ticket-root;1930">#1930</ulink></para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Upgrade to GCC-4.1.2.  Fixes
    4448          <ulink url="&lfs-ticket-root;1960">#1960</ulink></para>
  • chapter01/whatsnew.xml

    re822753d r7e8e2c0  
    209209    </listitem>
    210210    <listitem>
     211      <para>&glibc-branch_update-patch;</para>
     212    </listitem>
     213    <listitem>
    211214      <para>&inetutils-man_pages-patch;</para>
    212215    </listitem>
  • chapter03/patches.xml

    re822753d r7e8e2c0  
    100100
    101101    <varlistentry>
     102      <term>Glibc Branch Update Patch - <token>&glibc-branch_update-patch-size;</token>:</term>
     103      <listitem>
     104        <para>Download: <ulink url="&patches-root;&glibc-branch_update-patch;"/></para>
     105        <para>MD5 sum: <literal>&glibc-branch_update-patch-md5;</literal></para>
     106      </listitem>
     107    </varlistentry>
     108
     109    <varlistentry>
    102110      <term>Grep RedHat Fixes Patch - <token>&grep-fixes-patch-size;</token>:</term>
    103111      <listitem>
  • chapter06/glibc.xml

    re822753d r7e8e2c0  
    8282's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
    8383        scripts/test-installation.pl</userinput></screen>
     84
     85    <para>Apply a patch to obtain various fixes that the upstream maintainers
     86    have provided:</para>
     87
     88<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>
    8489
    8590    <para>The Glibc documentation recommends building Glibc outside of the source
  • patches.ent

    re822753d r7e8e2c0  
    4848<!ENTITY gcc-specs-patch-md5 "a17be8ccfb978e73f382be5093dd8abd">
    4949<!ENTITY gcc-specs-patch-size "14.8 KB">
     50
     51
     52<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-2.patch">
     53<!ENTITY glibc-branch_update-patch-md5 "e09685a7f6d8ba60a70c03a091130ea9">
     54<!ENTITY glibc-branch_update-patch-size "1,646 KB">
    5055
    5156
Note: See TracChangeset for help on using the changeset viewer.