From 42e4d3ffb4907d210ae3da9df93a3dca85295d54 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Mon, 10 Jan 2005 08:27:59 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 4 ++++ chapter06/libol.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. +January 9th, 2005 [jeremy]: Removed --enable-shared from libol, +since the shared library is installed by default for this package - thanks +Archaic + January 5th, 2005 [jeremy]: Upgraded to findutils 4.2.11 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 @@ Prepare Libol for compilation -./configure --prefix=/usr --enable-shared +./configure --prefix=/usr Compile Libol: