summaryrefslogtreecommitdiffstats
path: root/package/heimdal
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-06-30 09:03:10 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-30 18:11:14 +0200
commit07d4d97171a3ed293da07aa9d20bae572c4c5e1b (patch)
treeeea16f0dfac7f85281155bfe9cb1fb52fa803d16 /package/heimdal
parentbcc3a15bafc2c708a464486dffad1b324a6f7795 (diff)
downloadbuildroot-07d4d97171a3ed293da07aa9d20bae572c4c5e1b.tar.gz
buildroot-07d4d97171a3ed293da07aa9d20bae572c4c5e1b.zip
package/heimdal: fix build when the host has some DB libs
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/heimdal')
-rw-r--r--package/heimdal/heimdal.mk3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud