Changeset 3d84239 for BOOK


Ignore:
Timestamp:
Jul 17, 2009, 9:06:56 PM (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:
a34bc547
Parents:
893d64a
Message:

hostname program is needed in the temp-system

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/coreutils.xml

    r893d64a r3d84239  
    3737<screen os="be"><userinput>./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --cache-file=config.cache</userinput></screen>
     39    --enable-install-program=hostname --cache-file=config.cache</userinput></screen>
    4040
    4141   <para os="bf">Compile the package:</para>
  • BOOK/temp-system/multilib/coreutils.xml

    r893d64a r3d84239  
    3737<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --cache-file=config.cache</userinput></screen>
     39    --enable-install-program=hostname --cache-file=config.cache</userinput></screen>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.