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


Ignore:
Timestamp:
Jul 14, 2006, 10:03:23 AM (19 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/inetutils.xml

    r627724c rcee2ca2  
    4545    <para os="a">Prepare Inetutils for compilation:</para>
    4646
    47 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    48     --libexecdir=/usr/sbin --sysconfdir=/etc \
    49     --localstatedir=/var --disable-logger \
    50     --disable-syslogd --disable-whois --disable-servers</userinput></screen>
     47<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     48    --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc \
     49    --localstatedir=/var --disable-logger --disable-syslogd \
     50    --disable-whois --disable-servers</userinput></screen>
    5151
    5252    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.