aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 21:37:41 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 21:37:41 +0000
commitcb5965baed66e1cc6b3f7bc13f92a8478b2fddf5 (patch)
tree044b61c9b8a2649bcdacc3a5ad6457d836a1cad4 /chapter01
parent95ac2daa41ea81a3dbf4dc1233ed3d8ac7cfb935 (diff)
fixed installation instructions so that chapter 06-bzip2 is compiled properly with PIC on all object files (switch make and make -f Makefile-libbz2_so)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7e993ec9c..5df0d2a7c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,7 +35,12 @@
</para></listitem>
-<listitem><para>April 3rd, 2002 [gerard]: Chapter 5 - Linux: Shortened the
+<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
+<userinput>make</userinput> and <userinput>make -f
+Makefile-libbz2_so</userinput>. This is needed so all object files are
+compiled with the PIC option (Position Independant Code).</para></listitem>
+
+<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
installation instructions by cutting out the <userinput>make
config</userinput> and <userinput>make dep</userinput>
stages.</para></listitem>