Changeset 1dbb694f


Ignore:
Timestamp:
05/20/2019 10:04:30 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
a42c273
Parents:
bc625a7d
Message:

systemd: Implement a fix to systemd as a temporary stopgap measure for building with GCC-9 installed, until 242 is implemented. In addition, obsolete the instructions for removing the RPM Macros directory and do it via a meson option instead.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbc625a7d r1dbb694f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 19th, &year;">
     9<!ENTITY releasedate  "May 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    rbc625a7d r1dbb694f  
    147147cd    build &amp;&amp;
    148148
     149CFLAGS+="-Wno-format-overflow" \
    149150meson --prefix=/usr         \
    150151      --sysconfdir=/etc     \
     
    160161      -Dsplit-usr=true      \
    161162      -Dsysusers=false      \
     163      -Drpmmacrosdir=no     \
    162164      -Db_lto=false         \
    163165      ..                    &amp;&amp;
     
    199201
    200202<screen role="root"><userinput>ninja install</userinput></screen>
    201 
     203<!--
    202204    <para>
    203205      If <application>RPM</application> is not installed, remove an
     
    207209
    208210<screen role="root"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
    209 
     211-->
    210212  </sect2>
    211213
  • introduction/welcome/changelog.xml

    rbc625a7d r1dbb694f  
    4242    </listitem>
    4343    -->
     44    <!-- The next person that does a commit that applies to both revisions
     45    of the book needs to correct this -->
     46    <listitem revision="systemd">
     47      <para>May 20th, 2019</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Do minor tweaks to the systemd page in BLFS
     51          to permit building with GCC-9, and remove instructions for
     52          removing the RPM directory by passing a meson flag instead.
     53          This is a temporary stopgap measure until 242 is implemented.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4458    <listitem>
    4559      <para>May 19th, 2019</para>
Note: See TracChangeset for help on using the changeset viewer.