Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14

and higher.
This commit is contained in:
Douglas R. Reno 2021-04-28 20:29:58 -05:00
parent 49e360b9b5
commit 99ee345ad6
3 changed files with 9 additions and 4 deletions

View File

@ -46,6 +46,11 @@
<listitem> <listitem>
<para>2021-04-28</para> <para>2021-04-28</para>
<itemizedlist> <itemizedlist>
<listitem revision="systemd">
<para>[renodr] - Fix building systemd with Linux-API-Headers 5.11.14
and higher, as well as with meson-0.57.2. Fixes
<ulink url="&lfs-ticket-root;4851">#4851</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[bdubbs] - Add manual locales needed for tests <para>[bdubbs] - Add manual locales needed for tests
if using alternate locale installation instructions. Fixes if using alternate locale installation instructions. Fixes

View File

@ -50,7 +50,7 @@
<para>First, apply a patch to fix some regressions and fix functionality <para>First, apply a patch to fix some regressions and fix functionality
with future versions of the kernel:</para> with future versions of the kernel:</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-2.patch</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-3.patch</userinput></screen>
<para>Remove tests that cannot be built in chroot:</para> <para>Remove tests that cannot be built in chroot:</para>

View File

@ -67,6 +67,6 @@
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc"> <!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB"> <!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-2.patch"> <!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-3.patch">
<!ENTITY systemd-upstream-fixes-patch-md5 "7afe3d13464ae7d20dbe5e6f0fb8ccd3"> <!ENTITY systemd-upstream-fixes-patch-md5 "949768da539ddfa2bf6e936b81ed96df">
<!ENTITY systemd-upstream-fixes-patch-size "12 KB"> <!ENTITY systemd-upstream-fixes-patch-size "16 KB">