Changeset 96e7720


Ignore:
Timestamp:
Feb 21, 2006, 2:14:53 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
19b3661
Parents:
506b086
Message:

r1094@server (orig r1092): chris | 2006-01-22 23:38:38 -0800
Removed unnecessary --with-ncurses switches from temp-system bash and inetutils

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • boot/common/inetutils.xml

    r506b086 r96e7720  
    4545<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
    4646    --host=${LFS_TARGET} --sysconfdir=/etc --disable-logger \
    47     --disable-syslogd --disable-whois --disable-servers \
    48     --with-ncurses-include-dir=/tools/include/ncurses</userinput></screen>
     47    --disable-syslogd --disable-whois --disable-servers</userinput></screen>
    4948
    5049    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • general.ent

    r506b086 r96e7720  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060122">
     3<!ENTITY version "CLFS-SVN-20060123">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1515<!ENTITY version-alpha "&version;-ALPHA">
    1616
    17 <!ENTITY releasedate "January 22, 2006">
     17<!ENTITY releasedate "January 23, 2006">
    1818<!ENTITY milestone "0.1">
    1919<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/common/changelog.xml

    r506b086 r96e7720  
    3838
    3939    <listitem>
     40      <para>January 23, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed unnecessary --with-ncurses switches
     44from temp-system bash and inetutils.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>January 19, 2006</para>
    4151      <itemizedlist>
  • temp-system/common/bash.xml

    r506b086 r96e7720  
    3636    xpointer="xpointer(//*[@os='g'])"/>
    3737
    38 <screen os="h"><userinput>./configure --prefix=/tools --with-curses \
     38<screen os="h"><userinput>./configure --prefix=/tools \
    3939   --without-bash-malloc --host=${LFS_TARGET} \
    4040   --cache-file=config.cache</userinput></screen>
     
    4242    <variablelist os="ad">
    4343      <title>The meaning of the configure options:</title>
    44 
    45       <varlistentry>
    46         <term><parameter>--with-curses</parameter></term>
    47         <listitem>
    48           <para>This option allows linking to Ncurses.</para>
    49         </listitem>
    50       </varlistentry>
    5144
    5245      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.