findutils-inst.xml 495 B

123456789101112131415
  1. <sect2>
  2. <title>Installing Findutils</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it.</para>
  5. <para>Install Findutils by running the following commands:</para>
  6. <para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &amp;&amp;
  7. CPPFLAGS="-Dre_max_failures=re_max_failures2" \
  8. &nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static &amp;&amp;
  9. make &amp;&amp;
  10. make install</userinput></screen></para>
  11. </sect2>