From: Martin Jansa Date: Sun, 21 Jul 2013 13:53:39 +0000 (+0200) Subject: sudo: add PACKAGECONFIG for zlib X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6722de4eb28d9da0b9d414cf19311eb6a80f13a3;p=openembedded-core.git sudo: add PACKAGECONFIG for zlib * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 871d9d264dbf43ca4a7d000f39253d16854c0bd3) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 \ inherit autotools +PACKAGECONFIG ??= "" +PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" + EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" do_configure_prepend () {