All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host
@ 2017-08-08 16:57 Peter Seiderer
  2017-08-09 21:23 ` Arnout Vandecappelle
  2017-09-05 21:27 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2017-08-08 16:57 UTC (permalink / raw)
  To: buildroot

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 at 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>
---
 package/bind/bind.mk | 1 +
 1 file changed, 1 insertion(+)

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 \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host
  2017-08-08 16:57 [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host Peter Seiderer
@ 2017-08-09 21:23 ` Arnout Vandecappelle
  2017-09-05 21:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2017-08-09 21:23 UTC (permalink / raw)
  To: buildroot



On 08-08-17 18:57, Peter Seiderer wrote:
> 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 at 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>

 Applied to master, thanks.

 Regards,
 Arnout
-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host
  2017-08-08 16:57 [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host Peter Seiderer
  2017-08-09 21:23 ` Arnout Vandecappelle
@ 2017-09-05 21:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-09-05 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > 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 at 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>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-05 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-08 16:57 [Buildroot] [PATCH v1] bind: fix configure in case lmdb devel files are present on the host Peter Seiderer
2017-08-09 21:23 ` Arnout Vandecappelle
2017-09-05 21:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.