Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd/libbozohttpd Deal with OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/0cedb9197c6e
branches:  trunk
changeset: 374651:0cedb9197c6e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 09 13:07:43 2023 +0000

description:
Deal with OpenSSL-3.x

diffstat:

 libexec/httpd/libbozohttpd/Makefile |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r 2670f5547e4f -r 0cedb9197c6e libexec/httpd/libbozohttpd/Makefile
--- a/libexec/httpd/libbozohttpd/Makefile       Tue May 09 12:49:00 2023 +0000
+++ b/libexec/httpd/libbozohttpd/Makefile       Tue May 09 13:07:43 2023 +0000
@@ -24,4 +24,6 @@ INCSDIR=      /usr/include
 LDADD+=        -lssl -lcrypto
 DPADD+=        ${LIBSSL} ${LIBCRYPTO}
 
+COPTS.ssl-bozo.c+= -Wno-error=deprecated-declarations
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index