Changeset 6742509c for general


Ignore:
Timestamp:
06/04/2020 02:35:17 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 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:
086c07c9
Parents:
6d5276c
Message:

Update to dbus-1.12.18
Update to libcap-2.36
systemd: Build for for GCC10 (patch instead of cflags)

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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r6d5276c r6742509c  
    77  <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "2dbeae80dfc9e3632320c6a53d5e8890">
     9  <!ENTITY dbus-md5sum        "4ca570c281be35d0b30ab83436712242">
    1010  <!ENTITY dbus-size          "2.0 MB">
    11   <!ENTITY dbus-buildsize     "21 MB (add 17 MB for the tests)">
    12   <!ENTITY dbus-time          "0.3 SBU (add 8.5 SBU for the tests)">
     11  <!ENTITY dbus-buildsize     "21 MB (add 18 MB for the tests)">
     12  <!ENTITY dbus-time          "0.2 SBU (add 8.1 SBU for the tests)">
    1313  <!-- The former value was 0.8 SBU, which was far more sensible. -->
    1414]>
  • general/sysutils/systemd.xml

    r6d5276c r6742509c  
    7979    </itemizedlist>
    8080
    81 <!--
    8281    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8382    <itemizedlist spacing="compact">
     
    8584        <para>
    8685         Required patch:
    87          <ulink url="&patch-root;/systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch"/>
     86         <ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-1.patch"/>
    8887        </para>
    8988      </listitem>
    9089    </itemizedlist>
    91 -->
    9290
    9391    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    145143  <sect2 role="installation">
    146144    <title>Installation of systemd</title>
    147     <!--
    148     <para>
    149       Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:
    150     </para>
    151 
    152 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen>
    153     -->
     145   
     146    <para>
     147      Apply a patch to fix a build failure when building with GCC-10:
     148    </para>
     149
     150<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     151   
    154152
    155153    <para>
     
    172170      --sysconfdir=/etc             \
    173171      --localstatedir=/var          \
    174       -Dc_args=-Wno-format-overflow \
    175172      -Dblkid=true                  \
    176173      -Dbuildtype=release           \
     
    242239    <title>Command Explanations</title>
    243240
     241<!-- Not needed with the patch
    244242    <para>
    245243      <parameter>-Dc_args=-Wno-format-overflow</parameter>: Prevents an error
     
    249247      versions of GCC too.
    250248    </para>
     249-->
    251250
    252251    <para>
Note: See TracChangeset for help on using the changeset viewer.