From: Stijn Tintel Date: Wed, 23 Aug 2017 08:26:16 +0000 (+0300) Subject: bind: disable lmdb X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fd7094027cf1eddcaf77c785a47132db79285e07;p=openwrt-packages.git 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: eab56b6bee5d ("bind: version update to 9.11.2") Signed-off-by: Stijn Tintel --- diff --git a/net/bind/Makefile b/net/bind/Makefile index 274ffcf83..bd33aa2ff 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 \