bind: disable lmdb
authorStijn Tintel <redacted>
Wed, 23 Aug 2017 08:26:16 +0000 (11:26 +0300)
committerStijn Tintel <redacted>
Thu, 24 Aug 2017 15:17:29 +0000 (18:17 +0300)
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 <redacted>
net/bind/Makefile

index 274ffcf831b27ca160783367727878ba9c7099fe..bd33aa2ff977dfd5e9537f06fa6345a2988d6759 100644 (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 \
git clone https://git.99rst.org/PROJECT