Changeset f9757a6
- Timestamp:
- 08/17/2020 08:16:47 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- df28ce71
- Parents:
- 78af2ee
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/ruby.xml
r78af2ee rf9757a6 68 68 <para> 69 69 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"/> 70 80 </para> 71 81 </listitem> … … 92 102 <sect2 role="installation"> 93 103 <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> 94 110 95 111 <para> -
introduction/welcome/changelog.xml
r78af2ee rf9757a6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Adapt Ruby to function properly with glibc-2.32. 49 This is due to lchmod() being added to glibc.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Disable building the libxslt python module 49 53 since it does not support Python3.</para>
Note:
See TracChangeset
for help on using the changeset viewer.