summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2015-12-20 12:42:14 +0100
committerSven Wegener <sven.wegener@stealer.net>2025-02-08 21:44:46 +0100
commit6f7594bce486396ab5f02fd066da88f6c4d83ec3 (patch)
tree848c07ed4a7e57c6de603cf7f9557bf8a357a98a
parent52bca60255c76067c291ac54a09bce96fcda42c6 (diff)
use parallel implementation of bzip2 and gzipold
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
-rw-r--r--include/prereq-build.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 0e145c939b0..9f51c977b7b 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -137,7 +137,12 @@ $(eval $(call SetupHostCommand,unzip,Please install 'unzip', \
unzip 2>&1 | grep zipfile, \
unzip))
+$(eval $(call SetupHostCommand,gzip,Please install 'gzip', \
+ pigz --version, \
+ gzip --version))
+
$(eval $(call SetupHostCommand,bzip2,Please install 'bzip2', \
+ pbzip2 --version, \
bzip2 --version </dev/null))
$(eval $(call SetupHostCommand,wget,Please install GNU 'wget', \