Changeset 9d32016


Ignore:
Timestamp:
Sep 14, 2008, 5:39:01 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1da2a84
Parents:
5cffb4b
Message:

We need hostname from coreutils

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r5cffb4b r9d32016  
    4242
    4343<screen os="d"><userinput>./configure --prefix=/usr \
    44     --enable-no-install-program=arch,hostname,kill,su,uptime</userinput></screen>
     44    --enable-no-install-program=arch,kill,su,uptime \
     45    --enable-install-program=hostname</userinput></screen>
    4546
    4647    <para os="e">Compile the package:</para>
  • BOOK/final-system/multilib/coreutils.xml

    r5cffb4b r9d32016  
    4343
    4444<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    45     --enable-no-install-program=arch,hostname,kill,su,uptime</userinput></screen>
     45    --enable-no-install-program=arch,kill,su,uptime \
     46    --enable-install-program=hostname</userinput></screen>
    4647
    4748    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.