diff options
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index e778485838..cc31c5efcc 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -13,6 +13,9 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=d25a8240ca6decdecb9990789e593130 \ | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | PACKAGECONFIG ??= "" | ||
17 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | ||
18 | |||
16 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" | 19 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" |
17 | 20 | ||
18 | do_configure_prepend () { | 21 | do_configure_prepend () { |