Module Name: src
Committed By: christos
Date: Tue May 9 20:55:39 UTC 2023
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
Log Message:
Handle OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/bsd/tcpdump/bin/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/tcpdump/bin/Makefile
diff -u src/external/bsd/tcpdump/bin/Makefile:1.21 src/external/bsd/tcpdump/bin/Makefile:1.22
--- src/external/bsd/tcpdump/bin/Makefile:1.21 Sun Apr 11 22:54:07 2021
+++ src/external/bsd/tcpdump/bin/Makefile Tue May 9 16:55:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/04/12 02:54:07 mrg Exp $
+# $NetBSD: Makefile,v 1.22 2023/05/09 20:55:39 christos Exp $
WARNS?= 1 # XXX: need to cleanup later
@@ -208,5 +208,7 @@ tcpdump.8: tcpdump.1.in
CWARNFLAGS.clang+= -Wno-error=address-of-packed-member
CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
COPTS.print-bgp.c+= ${GCC_NO_FORMAT_TRUNCATION}
+COPTS.signature.c+= -Wno-error=deprecated-declarations
+COPTS.print-tcp.c+= -Wno-error=deprecated-declarations
.include <bsd.prog.mk>