Ignore:
Timestamp:
08/17/2020 08:16:47 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
df28ce71
Parents:
78af2ee
Message:

Fix ruby to work with glibc-2.32

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23551 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r78af2ee rf9757a6  
    6868        <para>
    6969          Estimated build time: &ruby-time;
     70        </para>
     71      </listitem>
     72    </itemizedlist>
     73
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/ruby-&ruby-version;-glibc_fix-1.patch"/>
    7080        </para>
    7181      </listitem>
     
    92102  <sect2 role="installation">
    93103    <title>Installation of Ruby</title>
     104
     105    <para>
     106      First, resolve some issues introduced by glibc-2.32:
     107    </para>
     108
     109<screen><userinput remap="pre">patch -Np1 -i ../ruby-&ruby-version;-glibc_fix-1.patch</userinput></screen>
    94110
    95111    <para>
Note: See TracChangeset for help on using the changeset viewer.