- Timestamp:
- Feb 21, 2006, 2:14:53 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3f8842f
- Parents:
- 9f9eb08
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/inetutils.xml
r9f9eb08 r9e8f1cc 45 45 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \ 46 46 --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> 49 48 50 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
r9f9eb08 r9e8f1cc 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006012 2">3 <!ENTITY version "CLFS-SVN-20060123"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 15 15 <!ENTITY version-alpha "&version;-ALPHA"> 16 16 17 <!ENTITY releasedate "January 2 2, 2006">17 <!ENTITY releasedate "January 23, 2006"> 18 18 <!ENTITY milestone "0.1"> 19 19 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
r9f9eb08 r9e8f1cc 38 38 39 39 <listitem> 40 <para>January 23, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed unnecessary --with-ncurses switches 44 from temp-system bash and inetutils.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>January 19, 2006</para> 41 51 <itemizedlist> -
BOOK/temp-system/common/bash.xml
r9f9eb08 r9e8f1cc 36 36 xpointer="xpointer(//*[@os='g'])"/> 37 37 38 <screen os="h"><userinput>./configure --prefix=/tools --with-curses\38 <screen os="h"><userinput>./configure --prefix=/tools \ 39 39 --without-bash-malloc --host=${LFS_TARGET} \ 40 40 --cache-file=config.cache</userinput></screen> … … 42 42 <variablelist os="ad"> 43 43 <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>51 44 52 45 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.