Changeset 03acb586


Ignore:
Timestamp:
08/24/2022 06:04:46 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:
06f67e3
Parents:
1450c03d
git-author:
Pierre Labastie <pierre.labastie@…> (08/24/2022 06:03:53 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (08/24/2022 06:04:46 AM)
Message:

Fix building autofs with glibc-2.36

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r1450c03d r03acb586  
    127127
    128128    <title>Installation of Autofs</title>
     129
     130    <para>
     131      First fix an issue introduced by glibc-2.36:
     132    </para>
     133
     134    <screen><userinput>grep -rl linux/fs modules | xargs sed -i "/linux\/fs/d"</userinput></screen>
    129135
    130136    <para>
  • introduction/welcome/changelog.xml

    r1450c03d r03acb586  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 24th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Fix building autofs with glibc-2.36.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>August 23rd, 2022</para>
Note: See TracChangeset for help on using the changeset viewer.