# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/openldap/openldap.conf # Copyright (C) 2004 - 2023 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- createdocs=0 if [ "$prefix_auto" = 1 ]; then if [ "$SDECFG_PKG_OPENLDAP_CORE_PREFIX" ]; then prefix="$SDECFG_PKG_OPENLDAP_CORE_PREFIX" else prefix="opt/openldap" fi set_confopt # we want to keep a good record of openldap's sysconfdir var_remove_regex confopt ' ' "--sysconfdir=.*" var_append extraconfopt ' ' "--sysconfdir=${sysconfdir%/openldap}" fi if atstage cross; then var_append confopt ' ' '--with-yielding_select=yes' fi pkginstalled tcp_wrappers && var_append extraconfopt ' ' '--enable-wrappers' var_append extraconfopt ' ' "--enable-shared" var_append extraconfopt ' ' "--libexec=$sbindir" # also desired backends (meta needs ldap) var_append extraconfopt ' ' "--enable-meta --enable-ldap" if [ "$SDECFG_PKG_OPENLDAP_CLIENTONLY" = "1" ]; then var_append extraconfopt ' ' "--without-cyrus-sasl --disable-slapd \ --disable-slurpd" fi hook_add premake 3 'eval $MAKE depend' pkgprefix -t bdb var_append CPP_WRAPPER_APPEND ' ' "-I$(pkgprefix includedir bdb)" var_append GCC_WRAPPER_APPEND ' ' "-DLDAP_DEBUG" # work around - needs to be fixed, treading support hangs ... -ReneR [ $arch = powerpc ] && var_append extraconfopt ' ' '--disable-bdb'