Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/unbound/lib/libunbound Handle OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/e32ab03eb032
branches: trunk
changeset: 374654:e32ab03eb032
user: christos <christos%NetBSD.org@localhost>
date: Tue May 09 14:31:55 2023 +0000
description:
Handle OpenSSL-3.x
diffstat:
external/bsd/unbound/lib/libunbound/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 115ef23673f1 -r e32ab03eb032 external/bsd/unbound/lib/libunbound/Makefile
--- a/external/bsd/unbound/lib/libunbound/Makefile Tue May 09 14:08:18 2023 +0000
+++ b/external/bsd/unbound/lib/libunbound/Makefile Tue May 09 14:31:55 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/03/15 20:15:36 christos Exp $
+# $NetBSD: Makefile,v 1.8 2023/05/09 14:31:55 christos Exp $
.include <bsd.init.mk>
@@ -107,6 +107,9 @@ CLEANFILES+=libunbound.3
libunbound.3: libunbound.3.in __subst
+COPTS.keyraw.c+= -Wno-error=deprecated-declarations
+COPTS.net_help.c+= -Wno-error=deprecated-declarations
+
.include <bsd.lib.mk>
# Use the generated files
Home |
Main Index |
Thread Index |
Old Index