Changeset e3b4ce18


Ignore:
Timestamp:
11/18/2021 10:54:26 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
db4c8fb
Parents:
ef72276
git-author:
Pierre Labastie <pierre.labastie@…> (11/18/2021 10:52:24 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/18/2021 10:54:26 PM)
Message:

systemd: add two sed's for meson and linux

meson 0.60 prevents adding booleans, which was authorized before.
linux-5.14 headers lack some ARPHRD_xx definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    ref72276 re3b4ce18  
    167167
    168168    <para>
     169      Fix a problem with meson version 0.60 and higher:
     170    </para>
     171
     172<screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
     173
     174    <para>
     175      Fix a problem when building with kernel headers from linux-5.14 and later:
     176    </para>
     177
     178<screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP        290' src/basic/linux/if_arp.h</userinput></screen>
     179
     180    <para>
    169181      Rebuild <application>systemd</application> by running the
    170182      following commands:
Note: See TracChangeset for help on using the changeset viewer.