All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] bind: fix compilation when lmdb.h is present on host
Date: Sat, 9 Sep 2017 22:25:55 +0200	[thread overview]
Message-ID: <20170909222555.7e26727d@windsurf.lan> (raw)
In-Reply-To: <20170908140249.24338-1-julien.floret@6wind.com>

Hello,

On Fri,  8 Sep 2017 16:02:49 +0200, Julien Floret wrote:
> From: Robin Jarry <robin.jarry@6wind.com>
> 
> Bind autoconf scripts look for lmdb.h in /usr/include (even when
> cross-compiling). When liblmdb-dev is installed, this causes the
> following error:
> 
>     ...
>     checking for lmdb library... yes
>     checking for library containing mdb_env_create... no
>     configure: error: found lmdb include but not library.
> 
> Fix this by disabling explicitly lmdb support.
> 
> Signed-off-by: Robin Jarry <robin.jarry@6wind.com>
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/bind/bind.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2017-09-09 20:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08 14:02 [Buildroot] [PATCH] bind: fix compilation when lmdb.h is present on host Julien Floret
2017-09-09 20:25 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170909222555.7e26727d@windsurf.lan \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.