From a1d3af694f549cb435f4095f06c5746ea0bbf08c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 11 Jan 2003 17:19:41 +0000 Subject: rewrote findutils installation page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/findutils-inst.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'chapter05/findutils-inst.xml') diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml index d49a3db16..df3da659a 100644 --- a/chapter05/findutils-inst.xml +++ b/chapter05/findutils-inst.xml @@ -1,15 +1,20 @@ +   + Installing Findutils -This package requires its patch to be applied before you can -install it. +The Findutils package is quite old and it has problems compiling +against newer Glibc versions (Glibc-2.0.x and up). You need to apply the +patch that fixes some variable conflicts you'd otherwise end up +with: + +patch -Np1 -i ../findutils-&findutils-patch-version;.patch -Install Findutils by running the following commands: +Install Findutils by running the following: -patch -Np1 -i ../findutils-&findutils-patch-version;.patch && -CPPFLAGS="-Dre_max_failures=re_max_failures2" \ -    LDFLAGS="-static" ./configure --prefix=$LFS/static && -make && +CPPFLAGS="-Dre_max_failures=re_max_failures2" \ +    LDFLAGS="-static" ./configure --prefix=$LFS/static +make make install -- cgit v1.2.3-54-g00ecf