Module Name:    src
Committed By:   christos
Date:           Tue May  9 14:31:55 UTC 2023

Modified Files:
        src/external/bsd/unbound/lib/libunbound: Makefile

Log Message:
Handle OpenSSL-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/unbound/lib/libunbound/Makefile

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/unbound/lib/libunbound/Makefile
diff -u src/external/bsd/unbound/lib/libunbound/Makefile:1.7 src/external/bsd/unbound/lib/libunbound/Makefile:1.8
--- src/external/bsd/unbound/lib/libunbound/Makefile:1.7	Mon Mar 15 16:15:36 2021
+++ src/external/bsd/unbound/lib/libunbound/Makefile	Tue May  9 10:31:55 2023
@@ -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

Reply via email to