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
This commit is contained in:
Jeremy Utley 2005-01-10 08:27:59 +00:00
parent dede26aa22
commit 42e4d3ffb4
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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>