mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#10161 - Add BUILD_NESTGROUP required for testsuite
This commit is contained in:
parent
91b27126a3
commit
0a4435b87f
1 changed files with 3 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ BUILD_DYNLIST=no
|
|||
BUILD_LASTMOD=no
|
||||
BUILD_HOMEDIR=no
|
||||
BUILD_MEMBEROF=no
|
||||
BUILD_NESTGROUP=no
|
||||
BUILD_OTP=no
|
||||
BUILD_PPOLICY=no
|
||||
BUILD_PROXYCACHE=no
|
||||
|
|
@ -2870,6 +2871,7 @@ if test "$ol_enable_memberof" != no ; then
|
|||
fi
|
||||
|
||||
if test "$ol_enable_nestgroup" != no ; then
|
||||
BUILD_NESTGROUP=$ol_enable_nestgroup
|
||||
if test "$ol_enable_nestgroup" = mod ; then
|
||||
MFLAG=SLAPD_MOD_DYNAMIC
|
||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS nestgroup.la"
|
||||
|
|
@ -3182,6 +3184,7 @@ dnl overlays
|
|||
AC_SUBST(BUILD_LASTMOD)
|
||||
AC_SUBST(BUILD_HOMEDIR)
|
||||
AC_SUBST(BUILD_MEMBEROF)
|
||||
AC_SUBST(BUILD_NESTGROUP)
|
||||
AC_SUBST(BUILD_OTP)
|
||||
AC_SUBST(BUILD_PPOLICY)
|
||||
AC_SUBST(BUILD_PROXYCACHE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue