summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-09-06 14:54:50 +1200
committerAndreas Schneider <asn@cryptomilk.org>2021-04-20 11:42:37 +0000
commit01dac7b97c9c2f67f0c76332fe7b9491a0d61c71 (patch)
tree1ff79c0be69274a0033f4bcbeac272ee71900e9d /source4
parent6f451e24ea6991e5d2750fe0d19bf94768910443 (diff)
downloadsamba-01dac7b97c9c2f67f0c76332fe7b9491a0d61c71.tar.gz
heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/roken.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 559021c0a0e..56aa6aaed09 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -31,6 +31,9 @@
/* even if we do have dlopen, we don't want heimdal using it */
#undef HAVE_DLOPEN
+/* even if we have LMDB, we don't want heimdal using it */
+#undef HAVE_LMDB
+
/* we need to tell roken about the functions that Samba replaces in lib/replace */
#ifndef HAVE_SETEUID
#define HAVE_SETEUID 1