Ignore:
Timestamp:
06/04/2020 02:34:40 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2f117874, 675606b
Parents:
54f2cdd
Message:

Update to perl-5.30.3 (security update)
Update to dbus-1.12.18 (security update) - systemd only
Update to man-db-2.9.2
Update to libcap-2.36
Update to bison-3.6.3
systemd: Buildfix for GCC-10 - patch instead of cflags
elfutils: run-elfclassify.sh no longer fails.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r54f2cdd r560065f  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 <!--
    43     <para>First, apply a patch to fix various bugs since the release
    44     of systemd-243.</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
    47 -->
     42
     43    <para>First, apply a patch to fix the build with GCC-10:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     46
    4847
    4948    <para>Create a symlink to work around missing xsltproc:</para>
     
    7473      --sysconfdir=/etc             \
    7574      --localstatedir=/var          \
    76       -Dc_args=-Wno-format-overflow \
    7775      -Dblkid=true                  \
    7876      -Dbuildtype=release           \
     
    9997      <title>The meaning of the meson options:</title>
    10098
     99<!--
    101100      <varlistentry>
    102101        <term><parameter>-Dc_args=-Wno-format-overflow</parameter></term>
     
    108107        </listitem>
    109108      </varlistentry>
     109-->
    110110
    111111      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.