From: Thomas Petazzoni Date: Sun, 10 Sep 2017 15:16:15 +0000 (+0200) Subject: Revert "bind: fix compilation when lmdb.h is present on host" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b268180c142f5e3d7d56f16e6b2025173609768;p=buildroot.git Revert "bind: fix compilation when lmdb.h is present on host" This reverts commit 7c0ecd4d7526dedce85a49172b031f45cde19a4b, as it is in fact a duplicate of commit bb95fef1e0bec4ebc0584001f337438b17c4744d. Reported-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/bind/bind.mk b/package/bind/bind.mk index c3d48729de..c65568e9e3 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -30,7 +30,6 @@ BIND_CONF_OPTS = \ --enable-epoll \ --with-libtool \ --with-gssapi=no \ - --with-lmdb=no \ --enable-filter-aaaa ifeq ($(BR2_PACKAGE_ZLIB),y)