diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-21 23:23:01 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-21 23:23:01 +0000 |
commit | 88abb11b7ba3cb4619cb25f11fa63a65553f66d5 (patch) | |
tree | ab5f6c4e34fa71d37ddc8c2c73028ecb943763d0 /chapter01 | |
parent | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (diff) |
Install zlib libs in /lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cad8c8c34..c02ec1d2a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -59,6 +59,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 21st, 2002 [timothy]: Chapter 06 - Zlib: +Added <userinput>--libdir=/lib</userinput> flag to +<userinput>configure</userinput>.</para></listitem> + <listitem><para>September 20th, 2002 [timothy]: Chapter 05 - GCC: Removed the <userinput>--enable-threads=posix</userinput> flag since we don't build a C++ compiler in this chapter.</para></listitem> |