summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-07-04 07:55:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-05 11:39:06 +0100
commit27e886edbefd391b8a9dacd18264e28a5c2d9d2c (patch)
treee4348eac3bb4307a5f9a7bdf8a8087c7d5aa8f36 /meta/recipes-connectivity/bind
parent8b9264824689e99fb257901be3c0f91f79f920ef (diff)
downloadpoky-27e886edbefd391b8a9dacd18264e28a5c2d9d2c.tar.gz
bind: Disable lmdb support
with bind 9.11.2+ when the build host has lmdb installed, bind configure looks into host headers and wrongly interprets that it should be enabling lmdb disable lmdb to fix | configure: error: found lmdb include but not library. (From OE-Core rev: 8c00b32211f25e38c1601ec8de47e6d4729dd49e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.11.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.3.bb b/meta/recipes-connectivity/bind/bind_9.11.3.bb
index 32f5365e44..1cb1f3fd34 100644
--- a/meta/recipes-connectivity/bind/bind_9.11.3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.3.bb
@@ -39,6 +39,7 @@ ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ye
39EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \ 39EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \
40 --disable-devpoll --enable-epoll --with-gost=no \ 40 --disable-devpoll --enable-epoll --with-gost=no \
41 --with-gssapi=no --with-ecdsa=yes --with-eddsa=no \ 41 --with-gssapi=no --with-ecdsa=yes --with-eddsa=no \
42 --with-lmdb=no \
42 --sysconfdir=${sysconfdir}/bind \ 43 --sysconfdir=${sysconfdir}/bind \
43 --with-openssl=${STAGING_DIR_HOST}${prefix} \ 44 --with-openssl=${STAGING_DIR_HOST}${prefix} \
44 " 45 "