Module Name: src
Committed By: christos
Date: Tue May 9 20:39:24 UTC 2023
Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile
Log Message:
Handle OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/ntp/lib/libntp/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/ntp/lib/libntp/Makefile
diff -u src/external/bsd/ntp/lib/libntp/Makefile:1.25 src/external/bsd/ntp/lib/libntp/Makefile:1.26
--- src/external/bsd/ntp/lib/libntp/Makefile:1.25 Tue Apr 13 00:58:59 2021
+++ src/external/bsd/ntp/lib/libntp/Makefile Tue May 9 16:39:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/04/13 04:58:59 mrg Exp $
+# $NetBSD: Makefile,v 1.26 2023/05/09 20:39:24 christos Exp $
LIBISPRIVATE=yes
@@ -105,4 +105,6 @@ COPTS.timetoa.c+= ${GCC_NO_FORMAT_TRUNCA
COPTS.socktoa.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-restrict :}
COPTS.socktohost.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-restrict :}
+COPTS.a_md5encrypt.c+= -Wno-error=deprecated-declarations
+
.include <bsd.lib.mk>