mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Uncommented out LDMB_LIB to get -ldb
This commit is contained in:
parent
61be3047a7
commit
14b7b66f94
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ SLAPD_BACKENDS= -DLDAP_LDBM -DLDAP_SHELL -DLDAP_PASSWD
|
|||
# berkeley db btree package
|
||||
LDBMBACKEND=-DLDBM_USE_DBBTREE
|
||||
LDBMINCLUDE=-I/usr/include
|
||||
#LDBMLIB=-ldb
|
||||
LDBMLIB=-ldb
|
||||
# berkeley db hash package
|
||||
#LDBMBACKEND=-DLDBM_USE_DBHASH
|
||||
#LDBMINCLUDE=-I/usr/local/db/include
|
||||
|
|
|
|||
Loading…
Reference in a new issue