Enable lmdb on riscv64

Solves configuration error:

[..]
Checking for a 64-bit host to support lmdb          : ok
Checking for lmdb >= 0.9.16                         : not found
Checking for header lmdb.h                          : no
Checking for lmdb >= 0.9.16 via header check        : not found
Samba AD DC and --enable-selftest requires lmdb 0.9.16 or later
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
(cherry picked from commit 6744eb181dae65b117b56a7c9deae7a0cee98f23)
This commit is contained in:
David Abdurachmanov 2024-12-11 17:45:11 +02:00 committed by Richard W.M. Jones
parent dc6c555bfb
commit 697ef80de3

View File

@ -142,7 +142,7 @@
%bcond_with gpupdate
%endif
%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond lmdb 1
%else
%bcond lmdb 0