aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2005-01-10 08:27:59 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2005-01-10 08:27:59 +0000
commit42e4d3ffb4907d210ae3da9df93a3dca85295d54 (patch)
tree1458fbdd5a3b8529e0849de3e5b605a09a904656 /chapter06
parentdede26aa22b798a6f3004da17303a337c9f01d2c (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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/libol.xml2
1 files changed, 1 insertions, 1 deletions
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>