Changeset 8ec31e6


Ignore:
Timestamp:
Dec 24, 2008, 11:29:55 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6d658af
Parents:
e4fd845
Message:

Shadow no longer installs libraries

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    re4fd845 r8ec31e6  
    3636    <para os="b">Prepare Shadow for compilation:</para>
    3737
    38 <screen os="c"><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
    39     --without-libpam --without-audit --without-selinux</userinput></screen>
     38<screen os="c"><userinput>./configure --sysconfdir=/etc --without-libpam \
     39    --without-audit --without-selinux</userinput></screen>
    4040
    4141<para os="d">The meaning of the configure options:</para>
  • BOOK/final-system/multilib/shadow.xml

    re4fd845 r8ec31e6  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 --sysconfdir=/etc \
    33    --enable-shared --without-libpam --without-audit --without-selinux</userinput></screen>
     32<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc \
     33   --without-libpam --without-audit --without-selinux</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.