Changeset cee2ca2 in clfs-sysroot for BOOK/final-system/common/shadow.xml


Ignore:
Timestamp:
Jul 14, 2006, 10:03:23 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7e8c096
Parents:
627724c
Message:

Went through and made sure that every package in the final system that needs both --build and --host has them.

File:
1 edited

Legend:

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

    r627724c rcee2ca2  
    4141    <para os="d">Prepare Shadow for compilation:</para>
    4242
    43 <screen os="e"><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
     43<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     44    --libdir=/lib --sysconfdir=/etc --enable-shared \
    4445    --without-libpam --without-audit --without-selinux \
    45     --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
     46    --cache-file=config.cache</userinput></screen>
    4647
    4748<para os="f">The meaning of the configure options:</para>
Note: See TracChangeset for help on using the changeset viewer.