Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openldap/lib/libldap accommodate OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/18a04379670d
branches: trunk
changeset: 374639:18a04379670d
user: christos <christos%NetBSD.org@localhost>
date: Tue May 09 01:21:09 2023 +0000
description:
accommodate OpenSSL-3.x
diffstat:
external/bsd/openldap/lib/libldap/Makefile.libldap | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 512cd5120af5 -r 18a04379670d external/bsd/openldap/lib/libldap/Makefile.libldap
--- a/external/bsd/openldap/lib/libldap/Makefile.libldap Tue May 09 00:14:44 2023 +0000
+++ b/external/bsd/openldap/lib/libldap/Makefile.libldap Tue May 09 01:21:09 2023 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index