Changeset 1dbb694f for general/sysutils


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.