aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:53:39 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-27 23:28:26 -0700
commit871d9d264dbf43ca4a7d000f39253d16854c0bd3 (patch)
tree64152bb1c85e35978f1c3003a26d076a4ff1935b /meta/recipes-extended/sudo
parent15d82c0f0cccdf0886d4452fddf399b7569f7e56 (diff)
downloadopenembedded-core-contrib-871d9d264dbf43ca4a7d000f39253d16854c0bd3.tar.gz
sudo: add PACKAGECONFIG for zlib
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/sudo')
-rw-r--r--meta/recipes-extended/sudo/sudo.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index 9dcb677458..ef2367a702 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 () {