diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-23 21:51:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-23 21:51:25 +0000 |
commit | e990c367c9d26a6eab27977446b1d8c06ffb15af (patch) | |
tree | d8a1f5fd623c24c374b52f4847944c6409ef733c /chapter06 | |
parent | a1e18fa508b3e2d7b870480f289f5aa029a41cf6 (diff) |
Upgrade to Shadow 4.0.14
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 1e0d03b0f..f4f2cff01 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -16,7 +16,7 @@ way.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.3 SBU</seg><seg>15.9 MB</seg></seglistitem> +<seglistitem><seg>0.4 SBU</seg><seg>14.7 MB</seg></seglistitem> </segmentedlist> <segmentedlist> @@ -34,14 +34,20 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the <command>configure</command> command below.</para></note> -<para>Apply a patch to fix a number of incorrect assumptions in Shadow's -<command>configure</command> script:</para> +<para>Prepare Shadow for compilation:</para> -<screen><userinput>patch -Np1 -i ../&shadow-configure-patch;</userinput></screen> +<screen><userinput>./configure --libdir=/lib --enable-shared --without-selinux</userinput></screen> -<para>Prepare Shadow for compilation:</para> +<para>The meaning of the configure options:</para> -<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> +<variablelist> +<varlistentry> +<term><parameter>--without-selinux</parameter></term> +<listitem><para>Support for selinux is enabled by default, but selinux is not +built in a base LFS system. The <command>configure</command> script will fail +if this option is not used.</para></listitem> +</varlistentry> +</variablelist> <para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para> |