]> code.ossystems Code Review - openembedded-core.git/commitdiff
bind: Disable lmdb support
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Jul 2018 14:55:41 +0000 (07:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jul 2018 10:28:30 +0000 (11:28 +0100)
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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.11.3.bb

index 32f5365e444f1cefd66e5077ff2f802d4e43528e..1cb1f3fd34f56543f56040b05ad33dd3aca70dd8 100644 (file)
@@ -39,6 +39,7 @@ ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ye
 EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \
                  --disable-devpoll --enable-epoll --with-gost=no \
                  --with-gssapi=no --with-ecdsa=yes --with-eddsa=no \
+                 --with-lmdb=no \
                  --sysconfdir=${sysconfdir}/bind \
                  --with-openssl=${STAGING_DIR_HOST}${prefix} \
                "