Changeset 5fff3896 for general/sysutils


Ignore:
Timestamp:
08/10/2018 08:58:19 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
feb7c00
Parents:
6121fe5
Message:

Update to xorg-server-1.20.1
Update to libxkbcommon-0.8.2
Update to systemd-239

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r6121fe5 r5fff3896  
    77  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "76db8004647283b779234364cd637d3c">
    10   <!ENTITY systemd-size          "6.6 MB">
    11   <!ENTITY systemd-buildsize     "250 MB (an additional 3 MB for tests)">
     9  <!ENTITY systemd-md5sum        "6137e3f50390391cf34521d071a1a078">
     10  <!ENTITY systemd-size          "6.9 MB">
     11  <!ENTITY systemd-buildsize     "206 MB (with tests)">
    1212  <!ENTITY systemd-time          "0.6 SBU at -j4 (&lt; 0.1 SBU for tests)">
    1313
     
    7070        <para>
    7171          Required patch:
    72           <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
     72          <ulink url="&patch-root;/systemd-&systemd-version;-glibc_statx_fix-1.patch"/>
    7373        </para>
    7474      </listitem>
     
    9191      <xref linkend="make-ca"/>,
    9292      <xref linkend="curl"/>,
    93 <!--      <xref linkend="elfutils"/>, -->
     93      <xref linkend="git"/>,
    9494      <xref linkend="gnutls"/>,
    9595      <xref linkend="iptables"/>,
     
    126126    <title>Installation of systemd</title>
    127127
    128     <para>First, add in upstream fixes:</para>
    129 
    130 <screen><userinput remap="pre">patch -Np1 -i ../systemd-238-upstream_fixes-1.patch</userinput></screen>
    131 
     128    <para>First, apply a fix for glibc-2.28:</para>
     129
     130<screen><userinput remap="pre">patch -Np1 -i ../systemd-238-glibc_statx_fix-1.patch</userinput></screen>
     131
     132<!--
    132133    <para>Fix an issue with newer headers:</para>
    133134
     
    135136sed -i '24 d'                       src/core/load-fragment.c
    136137sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
     138-->
    137139
    138140    <para>Remove an unneeded group,
Note: See TracChangeset for help on using the changeset viewer.