[4.0] WIP: Replace bzip2 with pbzip2 to decompress *.tar.bz2 file in parallel. sandbox/leemgs/pbzip2
authorGeunsik Lim <geunsik.lim@samsung.com>
Thu, 16 Feb 2017 05:27:19 +0000 (14:27 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Thu, 16 Feb 2017 06:01:07 +0000 (15:01 +0900)
commit28b162e35e733b7fc98fbb4c5174794bd1975719
treed05eccd6207a7a8eebda94cb2c202a355e0b7ead
parent687f1071d56dba1ba668437716d7033770fdf766
[4.0] WIP: Replace bzip2 with pbzip2 to decompress *.tar.bz2 file in parallel.

This commit is to decompress the file such as *.tar.bz2 on multi-core system.
The pbzip2 uses the bzip2 library (e.g., libbz2.so) to be compatible with bzip2.
The difference is ELF file itself between bzip2 and pbzip2 package.
The pbzip2 includes 1) parallel implementation and 2) block-sorting compression.

* reference: https://github.com/rpm-software-management/rpm/issues/113

Change-Id: I66e4439420015bd3e0a46f58414ec85a488ca7b3
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
configure.ac