]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Revert "bind: fix compilation when lmdb.h is present on host"
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 10 Sep 2017 15:16:15 +0000 (17:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 10 Sep 2017 15:16:15 +0000 (17:16 +0200)
This reverts commit 7c0ecd4d7526dedce85a49172b031f45cde19a4b, as it is
in fact a duplicate of commit
bb95fef1e0bec4ebc0584001f337438b17c4744d.

Reported-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bind/bind.mk

index c3d48729deebbbe008f0f6ed5f4edba6d1e26f4c..c65568e9e3800740bbd844033167551797eae5ba 100644 (file)
@@ -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)