]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Sep 2018 02:54:50 +0000 (14:54 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 20 Apr 2021 11:42:37 +0000 (11:42 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/heimdal_build/roken.h

index 559021c0a0e10c606ddf478c4f4b5da758b57bc6..56aa6aaed09f1ab647d216b6aa08d074639f73b0 100644 (file)
@@ -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