Browse Source

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.

user/chris/old/ruby
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
f9c2b308db
  1. 4
      mail/qmail/qmail-ldap.conf

4
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'"

Loading…
Cancel
Save