Changeset eebce9e6 for general/sysutils


Ignore:
Timestamp:
06/23/2020 03:39:09 AM (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:
dc96204
Parents:
2597ad1
Message:

Fix a segfault in systemd-udevd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r2597ad1 reebce9e6  
    8484        <para>
    8585         Required patch:
    86          <ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-1.patch"/>
     86         <ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-2.patch"/>
    8787        </para>
    8888      </listitem>
     
    145145   
    146146    <para>
    147       Apply a patch to fix a build failure when building with GCC-10:
    148     </para>
    149 
    150 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     147      Apply a patch to fix a build failure when building with GCC-10 as well as
     148      a segmentation fault in systemd-udevd on some platforms:
     149    </para>
     150
     151<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
    151152   
    152153
Note: See TracChangeset for help on using the changeset viewer.