# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/qmail/qmail-ldap.conf # Copyright (C) 2004 - 2023 The T2 SDE 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 --- # qmail-ldap patch is complete, so we remove our patches. patchfiles="`match_source_file -p qmail-ldap`" var_append makeopt ' ' "LDAPLIBS='-L$(pkgprefix libdir openldap) -lldap -llber'" var_append makeopt ' ' "SHADOWLIBS='-lcrypt'" var_append makeopt ' ' "LDAPINCLUDES=-I$(pkgprefix includedir openldap)" var_append makeopt ' ' "LDAPFLAGS='-DALTQUEUE -DQLDAP_CLUSTER -DEXTERNAL_TODO '" var_append makeopt ' ' "MDIRMAKE=-DAUTOMAILDIRMAKE" var_append makeopt ' ' "HDIRMAKE=-DAUTOHOMEDIRMAKE" # inject schema just if we have an openldap server installed [ "$SDECFG_PKG_OPENLDAP_CLIENTONLY" = "0" ] && hook_add postmake 5 'cp -vf qmail.schema $(pkgprefix sysconfdir openldap)/openldap/schema/'