mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
3f9192612b
commit
c7ab75e861
@ -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 -->
|
||||
|
@ -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; &&
|
||||
make</userinput></screen>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user