From f9c2b308db113e22be2dc17ee357b19e9c4309ff Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sat, 10 Oct 2009 12:44:46 +0300 Subject: [PATCH] qmail: removed dependency of qmail-ldap on libshadow. Anything libshadow is internal to the shadow package and should not be used externaly and more that that this is qmail-LDAP, nothing to do with shadow. --- mail/qmail/qmail-ldap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'"