diff --git a/mail/qmail/qmail-ldap.conf b/mail/qmail/qmail-ldap.conf index 9f0888757..f65f832cc 100644 --- a/mail/qmail/qmail-ldap.conf +++ b/mail/qmail/qmail-ldap.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../qmail/qmail-ldap.conf -# Copyright (C) 2006 - 2008 The OpenSDE Project +# Copyright (C) 2006 - 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -39,7 +39,7 @@ if [ "$SDECFG_PKG_QMAIL_LDAP_BIGBROTHER" == "1" ] ; then fi var_append makeopt ' ' "LDAPLIBS='-L$( pkgprefix libdir openldap ) -lldap -llber'" -var_append makeopt ' ' "SHADOWLIBS='-lcrypt -lshadow'" +var_append makeopt ' ' "SHADOWLIBS='-lcrypt'" var_append makeopt ' ' "LDAPINCLUDES=-I$( pkgprefix includedir openldap )" var_append makeopt ' ' "LDAPFLAGS='$LDAPFLAGS'" var_append makeopt ' ' "TLS='-DTLS_REMOTE -DTLS_SMTPD'"