projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c5aab
)
package/pigz: drop bogus select BR2_PACKAGE_HOST_ZLIB
author
Louis-Paul Cordier
<lpdev@cordier.org>
Mon, 4 May 2020 09:42:36 +0000
(11:42 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 9 May 2020 20:46:46 +0000
(22:46 +0200)
BR2_PACKAGE_HOST_ZLIB does not exist, and should anyway not be
selected by the target pigz package.
Signed-off-by: Louis-Paul Cordier <lpdev@cordier.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pigz/Config.in
patch
|
blob
|
history
diff --git
a/package/pigz/Config.in
b/package/pigz/Config.in
index a76146d8fcb5b8f582541bd61ecc406ff1039865..af229060cf5f2c3f846c1c6c012bc110923b422d 100644
(file)
--- a/
package/pigz/Config.in
+++ b/
package/pigz/Config.in
@@
-2,7
+2,6
@@
config BR2_PACKAGE_PIGZ
bool "pigz"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_ZLIB
- select BR2_PACKAGE_HOST_ZLIB
help
pigz, which stands for parallel implementation of gzip, is a
fully functional replacement for gzip that exploits multiple