1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

bind: disable lmdb

When building on hosts with lmdb installed, bind configure phase fails:

  configure: error: found lmdb include but not library.

Solve this by disabling lmdb. Fixes #4748.

Fixes: eab56b6bee ("bind: version update to 9.11.2")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2017-08-23 11:26:16 +03:00
parent ff37357fb5
commit fd7094027c

View File

@ -107,6 +107,7 @@ CONFIGURE_ARGS += \
--with-libjson=no \
--with-libtool \
--with-libxml2=no \
--without-lmdb \
--enable-epoll=yes \
--with-gost=no \
--with-gssapi=no \