Ignore:
Timestamp:
03/10/2017 03:08:07 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
ffb0499
Parents:
ae6d3b8
Message:

Update to systemd-233. Fixes #8944.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    rae6d3b8 r331a2b7  
    77  <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
    88  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "281604885d5a87f0359244f6f84037cb">
     9  <!ENTITY systemd-md5sum        "8d95734fdfcd13855746f143de1e3c86">
    1010  <!ENTITY systemd-size          "3.9 MB">
    11   <!ENTITY systemd-buildsize     "429 MB (an additional 89 MB for tests)">
     11  <!ENTITY systemd-buildsize     "320 MB (an additional 75 MB for tests)">
    1212  <!ENTITY systemd-time          "7.7 SBU (an additional 0.5 SBU for tests)">
    1313
     
    9595      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    9696      <ulink url="http://sourceforge.net/projects/libseccomp/">libseccomp</ulink>,
    97       <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>,
     97      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    9898      <ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,
    9999      <ulink url="http://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and
     
    134134
    135135    <para>
     136      Fix an issue with <application>gperf</application> &lt; 3.1:
     137    </para>
     138
     139<screen><userinput>sed -i s/size_t/GPERF_LEN_TYPE/ src/resolve/dns_type-from-name.h</userinput></screen>
     140
     141    <para>
    136142      Rebuild <application>systemd</application> by running the
    137143      following commands:
    138144    </para>
    139145
    140 <screen><userinput>cc_cv_CFLAGS__flto=no               \
    141 XSLTPROC="/usr/bin/xsltproc"         \
     146<screen><userinput>XSLTPROC="/usr/bin/xsltproc"         \
    142147./configure --prefix=/usr            \
    143148            --sysconfdir=/etc        \
     
    163168
    164169    <para>
    165       To test the results, issue: <command>make -k check</command>.
     170      To test the results, issue: <command>make -k check</command>. Three tests
     171      are known to fail.
    166172    </para>
    167173
Note: See TracChangeset for help on using the changeset viewer.