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
|
2002-12-17 13:26:15 +00:00
|
|
|
install it.</para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
<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 &&
|
2003-01-09 16:41:54 +00:00
|
|
|
CPPFLAGS="-Dre_max_failures=re_max_failures2" \
|
2003-01-03 03:55:07 +00:00
|
|
|
LDFLAGS="-static" ./configure --prefix=$LFS/static &&
|
|
|
|
make &&
|
2002-05-26 21:32:12 +01:00
|
|
|
make install</userinput></screen></para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
</sect2>
|