Changeset c7ab75e8


Ignore:
Timestamp:
07/11/2017 06:43:32 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
a770b0e
Parents:
3f91926
Message:

Update systemd configure options

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3f91926 rc7ab75e8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 9th &year;">
     9<!ENTITY releasedate  "July 11th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    r3f91926 rc7ab75e8  
    7272    </para>
    7373
    74     <bridgehead renderas="sect4">Recommended Runtime Dependency</bridgehead>
     74    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
    7575    <para role="recommended">
    76       <xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb -->
     76      <xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb  and tests -->
    7777    </para>
    7878
     
    138138    </para>
    139139
    140 <screen><userinput>XSLTPROC="/usr/bin/xsltproc"         \
    141 ./configure --prefix=/usr            \
     140<!-- The logic behind - -disable-manpages is that you will already have the
     141     manpages from this version of systemd installed. This is a rebuild, not
     142     a fresh installation of a new version, and previous versions manpages
     143     generally apply. This may change in a future update. -->
     144
     145<screen><userinput>./configure --prefix=/usr            \
    142146            --sysconfdir=/etc        \
    143147            --localstatedir=/var     \
     
    148152            --disable-ldconfig       \
    149153            --disable-sysusers       \
    150             --without-python         \
     154            --disable-manpages       \
    151155            --with-default-dnssec=no \
    152156            --docdir=/usr/share/doc/systemd-&systemd-version; &amp;&amp;
  • introduction/welcome/changelog.xml

    r3f91926 rc7ab75e8  
    4242    </listitem>
    4343-->
     44    <!-- First person to edit sysv applicable text needs to remove this rev tag
     45         and put it into the para below. -->
     46    <listitem revision="systemd">
     47      <para>July 11th, 2017</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update systemd configure options. Fixes
     51          <ulink url="&blfs-ticket-root;9439">#9439</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4455
    4556    <listitem>
Note: See TracChangeset for help on using the changeset viewer.