Update systemd configure options

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18937 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2017-07-11 18:43:32 +00:00
parent 3f9192612b
commit c7ab75e861
3 changed files with 22 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 9th &year;">
<!ENTITY releasedate "July 11th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -71,9 +71,9 @@
<xref linkend="linux-pam"/>
</para>
<bridgehead renderas="sect4">Recommended Runtime Dependency</bridgehead>
<bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
<para role="recommended">
<xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb -->
<xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb and tests -->
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -137,8 +137,12 @@
following commands:
</para>
<screen><userinput>XSLTPROC="/usr/bin/xsltproc" \
./configure --prefix=/usr \
<!-- The logic behind - -disable-manpages is that you will already have the
manpages from this version of systemd installed. This is a rebuild, not
a fresh installation of a new version, and previous versions manpages
generally apply. This may change in a future update. -->
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-rootprefix= \
@ -147,7 +151,7 @@
--disable-firstboot \
--disable-ldconfig \
--disable-sysusers \
--without-python \
--disable-manpages \
--with-default-dnssec=no \
--docdir=/usr/share/doc/systemd-&systemd-version; &amp;&amp;
make</userinput></screen>

View File

@ -41,6 +41,17 @@
</itemizedlist>
</listitem>
-->
<!-- First person to edit sysv applicable text needs to remove this rev tag
and put it into the para below. -->
<listitem revision="systemd">
<para>July 11th, 2017</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update systemd configure options. Fixes
<ulink url="&blfs-ticket-root;9439">#9439</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 9th, 2017</para>