Changeset e13155d


Ignore:
Timestamp:
Feb 20, 2012, 3:58:54 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6400bcb
Parents:
82035d2
Message:

Added --without-nscd to Shadow

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r82035d2 re13155d  
    4040    <para os="b">Prepare Shadow for compilation:</para>
    4141
    42 <screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen>
     42<screen os="c"><userinput>./configure --sysconfdir=/etc --without-nscd</userinput></screen>
    4343
    4444<para os="d">The meaning of the configure options:</para>
     
    5151      <filename class="directory">/usr/etc</filename>.</para></listitem>
    5252    </varlistentry>
     53   
     54    <varlistentry>
     55      <term><parameter>--without-nscd</parameter></term>
     56      <listitem><para>Disabled support for NSCD prevents shadow from
     57        working on CLFS</para></listitem>
     58     </varlistentry>
    5359  </variablelist>
    5460
  • BOOK/final-system/multilib/shadow.xml

    r82035d2 re13155d  
    3939
    4040<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc \
    41    --without-libpam --without-audit --without-selinux</userinput></screen>
     41   --without-libpam --without-audit --without-selinux \
     42   --without-nscd</userinput></screen>
    4243
    4344    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r82035d2 re13155d  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[Jonathan] - Added --with-ppl to cross and temp binutils.</para>
     43          <para>[Jonathan] - Added --without-nscd to Shadow.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[Jonathan] - Added --with-ppl to cross and temp Binutils.</para>
    4447        </listitem>
    4548      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.