Changeset 3603
- Timestamp:
- 08/14/07 23:20:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-sysroot/BOOK/final-system/common/inetutils.xml
r3464 r3603 37 37 --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc \ 38 38 --localstatedir=/var --disable-logger --disable-syslogd \ 39 --with-ncurses-include-dir="${CLFS}/usr/include" \ 39 40 --disable-whois --disable-servers</userinput></screen> 40 41 … … 67 68 Instructions for a better <command>whois</command> client are 68 69 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> 69 78 </listitem> 70 79 </varlistentry> branches/clfs-sysroot/BOOK/general.ent
r3573 r3603 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 7"> <!-- 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 --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
r3583 r3603 36 36 </listitem> 37 37 --> 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> 38 47 39 48 <listitem>
