2003-01-15 07:32:17 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Tar</title>
|
|
|
|
|
2003-01-15 07:32:17 +00:00
|
|
|
<para>A patch may be applied to give tar direct support for
|
|
|
|
bzip2 files. This patch adds the <emphasis>-j</emphasis> option
|
|
|
|
to tar, which is similar to the <emphasis>-z</emphasis> option
|
|
|
|
used for gzip files.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Apply the patch by running the following command:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-07-02 20:25:34 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-15 07:32:17 +00:00
|
|
|
<para>Prepare Tar to be compiled:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Finish installing the package:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-15 07:32:17 +00:00
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|