mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Import slapd LDBM_LIBS linking fix from HEAD
This commit is contained in:
parent
7415de8ed1
commit
9ce31b2548
@ -1909,6 +1909,12 @@ if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
|
||||
ol_enable_ldbm=no
|
||||
fi
|
||||
|
||||
if test $ol_enable_bdb = yes -o \
|
||||
$ol_enable_hdb = yes -o \
|
||||
$ol_enable_ldbm = yes ; then
|
||||
SLAPD_LIBS="$SLAPD_LIBS \$(LDBM_LIBS)"
|
||||
fi
|
||||
|
||||
dnl ----------------------------------------------------------------
|
||||
|
||||
if test $ol_enable_dynamic = yes -a $enable_shared = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user