'sudo' uses zlib compression for its logs. It brings its own local version
of zlib, but prefers the system zlib if present. This change forces the
presence of the system zlib to avoid the internal variant by accident
depending on the build order.

Signed-off-by: Juergen Borleis <j...@pengutronix.de>
---
 rules/sudo.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/sudo.in b/rules/sudo.in
index 154be73d0..480c90cd9 100644
--- a/rules/sudo.in
+++ b/rules/sudo.in
@@ -5,6 +5,7 @@ menuconfig SUDO
        select LIBC_CRYPT
        select LIBC_UTIL
        select LIBC_DL
+       select ZLIB
        help
          Sudo is a program designed to allow a sysadmin
          to give limited root privileges to users and log
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to