package/heimdal: fix build when the host has some DB libs
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 30 Jun 2018 07:03:10 +0000 (09:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 16:11:14 +0000 (18:11 +0200)
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>
package/heimdal/heimdal.mk

index 79aaacbd3080a7770508e321f045a2ac98e0fcd8..5f7b6c6853f83bf464ddf3ec44de22d40b4c9193 100644 (file)
@@ -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