Module Name: src Committed By: riastradh Date: Fri Nov 1 23:44:21 UTC 2024
Modified Files: src/external/bsd/libfido2/lib: Makefile Log Message: libfido2: Use VERSION_MAP, not bespoke LDFLAGS. PR lib/58376: Missing DPADD for library version scripts To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 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.11 src/external/bsd/libfido2/lib/Makefile:1.12 --- src/external/bsd/libfido2/lib/Makefile:1.11 Fri Aug 11 23:02:08 2023 +++ src/external/bsd/libfido2/lib/Makefile Fri Nov 1 23:44:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/08/11 23:02:08 christos Exp $ +# $NetBSD: Makefile,v 1.12 2024/11/01 23:44:21 riastradh Exp $ NOLINT= .include <bsd.own.mk> @@ -11,7 +11,7 @@ CPPFLAGS+= -D_FIDO_INTERNAL -I${DIST}/sr LDADD+=-lusbhid -lcbor -lz DPADD+=${LIBUSBHID} ${LIBCBOR} ${LIBZ} -LDFLAGS+=-Wl,--version-script=${DIST}/src/export.gnu +VERSION_MAP= export.gnu LIB= fido2