From: Andrew Bartlett Date: Thu, 6 Sep 2018 02:54:50 +0000 (+1200) Subject: heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba X-Git-Tag: tevent-0.11.0~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01dac7b97c9c2f67f0c76332fe7b9491a0d61c71;p=thirdparty%2Fsamba.git heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- 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