diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2005-01-10 08:27:59 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2005-01-10 08:27:59 +0000 |
commit | 42e4d3ffb4907d210ae3da9df93a3dca85295d54 (patch) | |
tree | 1458fbdd5a3b8529e0849de3e5b605a09a904656 | |
parent | dede26aa22b798a6f3004da17303a337c9f01d2c (diff) |
removed --enable-shared from libol, as the shared lib is installed by default - thanks Archaic
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |