diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/bzip2-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e1db0b3d4..c9806763b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,9 @@ <itemizedlist> +<listitem><para>October 13th, 2002 [markh]: Chapter 05 - Bzip2: Added -s +to CC argument to make it consistent.</para></listitem> + <listitem><para>October 6th, 2002 [timothy]: Switched to gcc-core and gcc-g++.</para></listitem> diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index 25878d00c..830499826 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -3,7 +3,7 @@ <para>Install Bzip2 by running the following commands:</para> -<para><screen><userinput>make CC="gcc -static" && +<para><screen><userinput>make CC="gcc -static -s" && make PREFIX=$LFS/static install</userinput></screen></para> <para>Although it's not strictly a part of a basic LFS system it's worth @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20021006"> -<!ENTITY releasedate "October 6th, 2002"> +<!ENTITY version "20021013"> +<!ENTITY releasedate "October 13th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |