Module Name: src Committed By: riastradh Date: Sat May 13 13:04:04 UTC 2023
Modified Files: src/external/bsd/libfido2/lib: Makefile Log Message: libfido2: Needs -Wno-error=pointer-sign on arm. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/libfido2/lib/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/libfido2/lib/Makefile diff -u src/external/bsd/libfido2/lib/Makefile:1.9 src/external/bsd/libfido2/lib/Makefile:1.10 --- src/external/bsd/libfido2/lib/Makefile:1.9 Mon May 8 23:45:52 2023 +++ src/external/bsd/libfido2/lib/Makefile Sat May 13 13:04:03 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2023/05/08 23:45:52 christos Exp $ +# $NetBSD: Makefile,v 1.10 2023/05/13 13:04:03 riastradh Exp $ NOLINT= .include <bsd.own.mk> @@ -116,6 +116,7 @@ COPTS.assert.c+=-Wno-error=deprecated-de COPTS.cbor.c+=-Wno-error=deprecated-declarations COPTS.cred.c+=-Wno-error=deprecated-declarations COPTS.ecdh.c+=-Wno-error=deprecated-declarations +COPTS.ecdh.c+=-Wno-error=pointer-sign COPTS.es256.c+=-Wno-error=deprecated-declarations COPTS.rs256.c+=-Wno-error=deprecated-declarations