diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/libol.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d4ed8b727..c87d46ffd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>January 9th, 2005 [jeremy]: Removed --enable-shared from libol, +since the shared library is installed by default for this package - thanks +Archaic</para></listitem> + <listitem><para>January 5th, 2005 [jeremy]: Upgraded to findutils 4.2.11</para></listitem> <listitem><para>December 31st, 2004 [jeremy]: Oops - forgot to remove the diff --git a/chapter06/libol.xml b/chapter06/libol.xml index 8078b32a0..d601466db 100644 --- a/chapter06/libol.xml +++ b/chapter06/libol.xml @@ -24,7 +24,7 @@ <para>Prepare Libol for compilation</para> -<screen><userinput>./configure --prefix=/usr --enable-shared</userinput></screen> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile Libol:</para> |