All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs
@ 2018-06-30  7:03 Yann E. MORIN
  2018-06-30 16:11 ` Thomas Petazzoni
  2018-07-19  9:51 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2018-06-30  7:03 UTC (permalink / raw)
  To: buildroot

When the host has a DB library installed, namely LMDB, host-heimdal
will detect it and try to use, resulting in a build failure due to
missing symbols.

Really disable all the DB backends, we don't need them.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/heimdal/heimdal.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
index 79aaacbd30..5f7b6c6853 100644
--- a/package/heimdal/heimdal.mk
+++ b/package/heimdal/heimdal.mk
@@ -24,7 +24,10 @@ HOST_HEIMDAL_CONF_OPTS = \
 	--without-libedit \
 	--without-hesiod \
 	--without-x \
+	--disable-mdb-db \
+	--disable-ndbm-db \
 	--disable-heimdal-documentation
+
 HOST_HEIMDAL_CONF_ENV = MAKEINFO=true
 HEIMDAL_LICENSE = BSD-3-Clause
 HEIMDAL_LICENSE_FILES = LICENSE
-- 
2.14.1

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

* [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs
  2018-06-30  7:03 [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs Yann E. MORIN
@ 2018-06-30 16:11 ` Thomas Petazzoni
  2018-07-19  9:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-06-30 16:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 30 Jun 2018 09:03:10 +0200, Yann E. MORIN wrote:
> When the host has a DB library installed, namely LMDB, host-heimdal
> will detect it and try to use, resulting in a build failure due to
> missing symbols.
> 
> Really disable all the DB backends, we don't need them.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/heimdal/heimdal.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs
  2018-06-30  7:03 [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs Yann E. MORIN
  2018-06-30 16:11 ` Thomas Petazzoni
@ 2018-07-19  9:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-07-19  9:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > When the host has a DB library installed, namely LMDB, host-heimdal
 > will detect it and try to use, resulting in a build failure due to
 > missing symbols.

 > Really disable all the DB backends, we don't need them.

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Committed to 2018.02.x and 2018.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-07-19  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-30  7:03 [Buildroot] [PATCH] package/heimdal: fix build when the host has some DB libs Yann E. MORIN
2018-06-30 16:11 ` Thomas Petazzoni
2018-07-19  9:51 ` 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.