- Timestamp:
- Feb 20, 2012, 11:58:54 PM (13 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6400bcb
- Parents:
- 82035d2
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r82035d2 re13155d 40 40 <para os="b">Prepare Shadow for compilation:</para> 41 41 42 <screen os="c"><userinput>./configure --sysconfdir=/etc </userinput></screen>42 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-nscd</userinput></screen> 43 43 44 44 <para os="d">The meaning of the configure options:</para> … … 51 51 <filename class="directory">/usr/etc</filename>.</para></listitem> 52 52 </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> 53 59 </variablelist> 54 60 -
BOOK/final-system/multilib/shadow.xml
r82035d2 re13155d 39 39 40 40 <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> 42 43 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r82035d2 re13155d 41 41 <itemizedlist> 42 42 <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> 44 47 </listitem> 45 48 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.