summaryrefslogtreecommitdiff
path: root/external/ibm-public
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2021-08-14 16:17:57 +0000
committerchristos <christos@NetBSD.org>2021-08-14 16:17:57 +0000
commita3ed85abe420dc080c1b8d08d53a1419a3d973d3 (patch)
tree8131e4d0671918d375c2f5266b463ebb2cc8e601 /external/ibm-public
parent21fa4e7790ecb9ac7c23e967476e0097466537a1 (diff)
Adjust for new OpenLDAP
- use centralized library variables - ldap_connect -> ldap_xconnect
Diffstat (limited to 'external/ibm-public')
-rw-r--r--external/ibm-public/postfix/Makefile.inc10
1 files changed, 3 insertions, 7 deletions
diff --git a/external/ibm-public/postfix/Makefile.inc b/external/ibm-public/postfix/Makefile.inc
index 0b9791a06d8..cbbf43c6068 100644
--- a/external/ibm-public/postfix/Makefile.inc
+++ b/external/ibm-public/postfix/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.27 2021/04/12 03:57:06 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.28 2021/08/14 16:17:57 christos Exp $
.include <bsd.own.mk>
@@ -58,12 +58,8 @@ CPPFLAGS+= -DHAS_LDAP
# Automatically link in libldap for a program.
. if defined(PROG)
-LDADD+= -lldap -llber
-DPADD+= ${LIBLDAP} ${LIBLBER}
-. if (${MKPIC} == "no" || (defined(LDSTATIC) && ${LDSTATIC} != ""))
-DPADD+= ${LIBSSL} ${LIBCRYPTO}
-LDADD+= -lssl -lcrypto
-. endif
+LDADD+= ${LIBLDAP_LDADD}
+DPADD+= ${LIBLDAP_DPADD}
. endif
.endif # USE_LDAP != no
27b410b254'>* Support reading multiple keys with the same name if '-D' is given,lukem 2005-06-20Allow the input [file] field separator to be a string and not just alukem 2004-10-04When vis encoding with -S, only remove the trailing NUL if -N isn't used andlukem 2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv 2003-10-16safer use of reallocitojun 2003-06-26Add another Ns to avoid a space.wiz 2003-06-26Add Ns to avoid a space.wiz 2003-06-23add missing #ifdef __RCSIDaymeric 2003-05-20Sync usage with man page; break to 80 chars/line.wiz 2003-05-20More option sorting; sync -f argument name with db.c.wiz 2003-05-20Sort options. New sentence, new line.wiz 2003-05-19Bump date for last change.seb 2003-05-19Add option -S to specify strvis(3) encoding of keys and/or valuesseb 2003-05-18-N also prevents NUL termination of valuelukem 2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz 2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant 2003-01-19The next release will be 2.0, not 1.7.atatat 2003-01-05Fix usage message and SYNOPSIS section wrt to option O as suggested by wiz.seb 2002-12-29After discussion with lukem rename 's' option to 'O'.seb 2002-12-29Fix error message for option `F' when passed a bogus argument.seb 2002-12-22fix -E endianlukem 2002-12-22document defaultslukem 2002-12-18Drop trailing whitespace, use Aq instead of Lt and Gt.wiz 2002-12-11some todo itemslukem 2002-12-11- set cachesize to 1MB (instead of default 2.5KB); greatly improveslukem 2002-12-11db(1) - manipulate db(3)'s btree(3) and hash(3) databaseslukem