mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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:
parent
dede26aa22
commit
42e4d3ffb4
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user