]> code.ossystems Code Review - openembedded-core.git/commitdiff
sudo: add PACKAGECONFIG for zlib
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 13:53:39 +0000 (15:53 +0200)
committerSaul Wold <sgw@linux.intel.com>
Sun, 28 Jul 2013 06:28:26 +0000 (23:28 -0700)
* 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>
meta/recipes-extended/sudo/sudo.inc

index 9dcb677458f23ee12b3745db3bc7f8aadd97a703..ef2367a70253b4eeeced2e947a10d0526bc5de20 100644 (file)
@@ -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 () {