2002-05-25 01:21:12 +01:00
|
|
|
<sect2>
|
|
|
|
<title>Installing Findutils</title>
|
|
|
|
|
|
|
|
<para>This package requires its patch to be applied before you can
|
|
|
|
install it. Make sure it's unpacked before running the installation
|
|
|
|
commands.</para>
|
|
|
|
|
|
|
|
<para>Install Findutils by running the following commands:</para>
|
|
|
|
|
2002-07-02 20:25:34 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &&
|
2002-06-01 05:17:39 +01:00
|
|
|
CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
2002-07-29 19:12:02 +01:00
|
|
|
./configure --prefix=$LFS/static &&
|
2002-05-26 21:32:12 +01:00
|
|
|
make LDFLAGS=-static &&
|
|
|
|
make install</userinput></screen></para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
</sect2>
|