Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nsd/lib/libnsd Handle OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/d0471ff16c3a
branches: trunk
changeset: 374776:d0471ff16c3a
user: christos <christos%NetBSD.org@localhost>
date: Fri May 12 02:26:48 2023 +0000
description:
Handle OpenSSL-3.x
diffstat:
external/bsd/nsd/lib/libnsd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 620ed2195517 -r d0471ff16c3a external/bsd/nsd/lib/libnsd/Makefile
--- a/external/bsd/nsd/lib/libnsd/Makefile Fri May 12 02:23:32 2023 +0000
+++ b/external/bsd/nsd/lib/libnsd/Makefile Fri May 12 02:26:48 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/05/11 16:18:31 christos Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 02:26:48 christos Exp $
LIBISPRIVATE=yes
.include <bsd.init.mk>
@@ -52,6 +52,8 @@ LIBDPLIBS+= ${DPLIBS}
.include <bsd.lib.mk>
COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations
+COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations
+
# Use the generated files
.y.c:
Home |
Main Index |
Thread Index |
Old Index