mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
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>
This commit is contained in:
parent
6f451e24ea
commit
01dac7b97c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user