Identify the guilty

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13146 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2014-05-24 05:24:53 +00:00
parent 35e960fb9c
commit ee9bff1fb2
2 changed files with 11 additions and 5 deletions

View File

@ -48,7 +48,7 @@
<para>May 23rd, 2014</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to xfsprogs-3.2.0. Fixes
<para>[bdubbs] - Update to xfsprogs-3.2.0. Fixes
<ulink url="&blfs-ticket-root;5073">#5073</ulink>.</para>
</listitem>
<listitem>
@ -60,7 +60,7 @@
<ulink url="&blfs-ticket-root;5079">#5079</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to bind-9.10.0. Fixes
<para>[bdubbs] - Update to bind-9.10.0. Fixes
<ulink url="&blfs-ticket-root;5014">#5014</ulink>.</para>
</listitem>
<listitem>

View File

@ -117,7 +117,8 @@
--sysconfdir=/etc \
--localstatedir=/var \
--enable-udev-acl \
--enable-pam-module &amp;&amp;
--enable-pam-module \
--with-systemdsystemunitdir=no &amp;&amp;
make</userinput></screen>
<para>
@ -157,13 +158,18 @@ make</userinput></screen>
build the API documentation.
</para>
<para><option>--libexecdir=/usr/lib/ConsoleKit</option>: This option
<para>
<option>--with-systemdsystemunitdir=no</option>: Disable
attempting to build with systemd libraries.
</para>
<!--
<para><option>- -libexecdir=/usr/lib/ConsoleKit</option>: This option
creates a <filename class="directory">ConsoleKit</filename> directory in
<filename class="directory">/usr/lib</filename> instead of putting the
program's private executables into <filename
class="directory">/usr/libexec</filename> in accordance with the old
version of the FHS used before LFS-7.5.</para>
-->
</sect2>
<sect2 role="configuration">