[Buildroot] [git commit] package/pigz: drop bogus select BR2_PACKAGE_HOST_ZLIB

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat May 9 20:46:46 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=cbdf7275da37223672d465c7ed260e217bcd7c1e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at cordier.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/pigz/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pigz/Config.in b/package/pigz/Config.in
index a76146d8fc..af229060cf 100644
--- 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



More information about the buildroot mailing list