Browse Source

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
Jeremy Utley 20 years ago
parent
commit
42e4d3ffb4
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/libol.xml

+ 4 - 0
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

+ 1 - 1
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>