Ignore:
Timestamp:
02/03/2006 06:23:22 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa994c9
Parents:
b4cd3c5
Message:

Ported r7294 to r7325 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    rb4cd3c5 re6ab4b5  
    1717<segtitle>&buildtime;</segtitle>
    1818<segtitle>&diskspace;</segtitle>
    19 <seglistitem><seg>0.3 SBU</seg><seg>15.9 MB</seg></seglistitem>
     19<seglistitem><seg>0.4 SBU</seg><seg>14.7 MB</seg></seglistitem>
    2020</segmentedlist>
    2121
     
    3535<command>configure</command> command below.</para></note>
    3636
    37 <para>Apply a patch to fix a number of incorrect assumptions in Shadow's
    38 <command>configure</command> script:</para>
    39 
    40 <screen><userinput>patch -Np1 -i ../&shadow-configure-patch;</userinput></screen>
    41 
    4237<para>Prepare Shadow for compilation:</para>
    4338
    44 <screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
     39<screen><userinput>./configure --libdir=/lib --enable-shared --without-selinux</userinput></screen>
     40
     41<para>The meaning of the configure options:</para>
     42
     43<variablelist>
     44<varlistentry>
     45<term><parameter>--without-selinux</parameter></term>
     46<listitem><para>Support for selinux is enabled by default, but selinux is not
     47built in a base LFS system.  The <command>configure</command> script will fail
     48if this option is not used.</para></listitem>
     49</varlistentry>
     50</variablelist>
    4551
    4652<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>
Note: See TracChangeset for help on using the changeset viewer.