Changeset 3603

Show
Ignore:
Timestamp:
08/14/07 23:20:35 (1 year ago)
Author:
jciccone
Message:

Pointed inetutils to the ncurses headers in $CLFS.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-sysroot/BOOK/final-system/common/inetutils.xml

    r3464 r3603  
    3737    --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc \ 
    3838    --localstatedir=/var --disable-logger --disable-syslogd \ 
     39    --with-ncurses-include-dir="${CLFS}/usr/include" \ 
    3940    --disable-whois --disable-servers</userinput></screen> 
    4041 
     
    6768          Instructions for a better <command>whois</command> client are 
    6869          in the BLFS book.</para> 
     70        </listitem> 
     71      </varlistentry> 
     72 
     73      <varlistentry> 
     74        <term><parameter>--with-ncurses-include-dir="${CLFS}/usr/include"</parameter></term> 
     75        <listitem> 
     76          <para>This option instructs configure to look in 
     77          <filename>${CLFS}/usr/include</filename> for ncurses headers.</para> 
    6978        </listitem> 
    7079      </varlistentry> 
  • branches/clfs-sysroot/BOOK/general.ent

    r3573 r3603  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22 
    3 <!ENTITY month "07"> <!-- Use two digits --> 
    4 <!ENTITY month_name "July"> 
    5 <!ENTITY day "23"> <!-- Use two digits --> 
     3<!ENTITY month "08"> <!-- Use two digits --> 
     4<!ENTITY month_name "August"> 
     5<!ENTITY day "14"> <!-- Use two digits --> 
    66<!ENTITY year "2007"> <!-- Use four digits --> 
    77 
  • branches/clfs-sysroot/BOOK/introduction/common/changelog.xml

    r3583 r3603  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>August 14, 2007</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jciccone] - Pointed Inetutils to the Ncurses headers in $CLFS.</para> 
     44        </listitem> 
     45      </itemizedlist> 
     46    </listitem> 
    3847 
    3948   <listitem>