diff options
| author | christos <christos@NetBSD.org> | 2023-05-09 20:02:59 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-05-09 20:02:59 +0000 |
| commit | a19b01b79de3a5e4d2a9cde3bfa7d367bc3f133e (patch) | |
| tree | a614820432a6083d9e79d9099c0a5da35c1bbc03 /usr.sbin/syslogd | |
| parent | 00892359f81405f561d22e4e21631dec5eb46550 (diff) | |
Handle OpenSSL-3.x
Diffstat (limited to 'usr.sbin/syslogd')
| -rw-r--r-- | usr.sbin/syslogd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile index 6a584dbdb9c..95d79eca259 100644 --- a/usr.sbin/syslogd/Makefile +++ b/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2021/03/07 15:09:12 christos Exp $ +# $NetBSD: Makefile,v 1.32 2023/05/09 20:10:07 christos Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include <bsd.own.mk> @@ -32,5 +32,7 @@ LDADD+= -lssl -lcrypto # Overflow that appears impossible COPTS.syslogd.c+= ${GCC_NO_FORMAT_TRUNCATION} ${GCC_NO_STRINGOP_TRUNCATION} +COPTS.tls.c+= -Wno-error=deprecated-declarations +COPTS.sign.c+= -Wno-error=deprecated-declarations .include <bsd.prog.mk> |
