Changeset 12ab2eb


Ignore:
Timestamp:
08/19/2022 11:58:34 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
0f3db56
Parents:
176c77e0
Message:

Apply glibc-2.36 patch to BLFS gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r176c77e0 r12ab2eb  
    122122    </itemizedlist>
    123123
     124    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     125    <itemizedlist spacing="compact">
     126      <listitem>
     127        <para>
     128          Required patch for building against glibc-2.36:
     129          <ulink url="&patch-root;/gcc-&gcc-version;-glibc_2.36-1.patch"/>
     130        </para>
     131      </listitem>
     132    </itemizedlist>
     133
    124134    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
    125135
     
    167177      <command>./configure</command> options below.
    168178    </para>
     179
     180    <para>
     181      First fix a problem with glibc-2.36:
     182    </para>
     183
     184<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-glibc_2.36-1.patch</userinput></screen>
    169185
    170186    <para>
Note: See TracChangeset for help on using the changeset viewer.