%general-entities; ]> diffutils &diffutils-version;
&diffutils-url;
Diffutils-&diffutils-version; Diffutils tools <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter08/diffutils.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&diffutils-tmp-sbu;</seg> <seg>&diffutils-tmp-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Diffutils When Diffutils is being configured, it checks to see if it is being cross compiled. If it is, configuration fails. Since we are cross compiling, comment out the specific lines that perform that test now: sed -e '46252,+3 s/^/#/' \ -e '46596,+3 s/^/#/' \ -i configure Prepare Diffutils for compilation: ./configure --prefix=/usr \ --host=$LFS_TGT \ --build=$(./build-aux/config.guess) Compile the package: make Install the package: make DESTDIR=$LFS install <para>Details on this package are located in <xref linkend="contents-diffutils" role="."/></para> </sect2> </sect1>