summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2017-08-08 18:57:58 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-08-08 20:45:07 +0200
commitbb95fef1e0bec4ebc0584001f337438b17c4744d (patch)
treedbbdec4a5fd25226114d4c8362846feb9c1de84a
parent50ace0bcc31e375adde289215e2b0c728211f886 (diff)
downloadbuildroot-bb95fef1e0bec4ebc0584001f337438b17c4744d.tar.gz
buildroot-bb95fef1e0bec4ebc0584001f337438b17c4744d.zip
bind: fix configure in case lmdb devel files are present on the host
Fix configure failure in case lmdb devel files are present on the host by adding --without-lmdb option (reported [1] and fix tested [2],[3] by grunpferd@netscape.net). Fixes: checking for lmdb library... yes checking for library containing mdb_env_create... no configure: error: found lmdb include but not library. [1] http://lists.busybox.net/pipermail/buildroot/2017-August/199945.html [2] http://lists.busybox.net/pipermail/buildroot/2017-August/199963.html [3] http://lists.busybox.net/pipermail/buildroot/2017-August/199964.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r--package/bind/bind.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 988f40e1c2..c65568e9e3 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -24,6 +24,7 @@ BIND_CONF_ENV = \
BUILD_CC="$(TARGET_CC)" \
BUILD_CFLAGS="$(TARGET_CFLAGS)"
BIND_CONF_OPTS = \
+ --without-lmdb \
--with-libjson=no \
--with-randomdev=/dev/urandom \
--enable-epoll \
OpenPOWER on IntegriCloud