Module Name: src Committed By: christos Date: Tue May 9 01:21:09 UTC 2023
Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: accommodate OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/external/bsd/openldap/lib/libldap/Makefile.libldap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/openldap/lib/libldap/Makefile.libldap diff -u src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13 src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.14 --- src/external/bsd/openldap/lib/libldap/Makefile.libldap:1.13 Sun Sep 12 21:12:36 2021 +++ src/external/bsd/openldap/lib/libldap/Makefile.libldap Mon May 8 21:21:09 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.libldap,v 1.13 2021/09/13 01:12:36 dholland Exp $ +# $NetBSD: Makefile.libldap,v 1.14 2023/05/09 01:21:09 christos Exp $ .include "../../openldap.mk" @@ -22,6 +22,8 @@ SRCS+= tls2.c tls_o.c tls_g.c CPPFLAGS+= -DLDAP_LIBRARY +COPTS.tls_o.c+=-Wno-error=deprecated-declarations + LIBDPLIBS+= lber ${.CURDIR}/../liblber .if ${USE_KERBEROS} != "no"