Installation of Tar
A patch may be applied to give tar direct support for
bzip2 files. This patch adds the -j option
to tar, which is similar to the -z option
used for gzip files.
Apply the patch by running the following command:
patch -Np1 -i ../tar-&tar-patch-version;.patch
CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
make LDFLAGS="-s"
make check
make install