Date: Thu, 26 Jun 2025 14:35:58 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b499fefd6d4f - main - OptionalObsoleteFiles: Remove an MIT .a file when switching back Message-ID: <202506261435.55QEZwXF079487@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=b499fefd6d4fb2100ebb172e51fdaeab83947a9a commit b499fefd6d4fb2100ebb172e51fdaeab83947a9a Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-06-26 14:34:09 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-06-26 14:35:40 +0000 OptionalObsoleteFiles: Remove an MIT .a file when switching back When switching back to Heimdal remove libverto.a, an MIT KRB5 library. Fixes: af2593e3212c --- tools/build/mk/OptionalObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 14488a63b7da..1edfcdb9a57c 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -5803,6 +5803,7 @@ OLD_LIBS+=usr/lib/libkrb5profile.so.121 OLD_FILES+=usr/lib/libkrb5support.a OLD_FILES+=usr/lib/libkrb5support.so OLD_LIBS+=usr/lib/libkrb5support.so.121 +OLD_FILES+=usr/lib/libverto.a OLD_FILES+=usr/lib/libverto.so OLD_LIBS+=usr/lib/libverto.so.121 OLD_FILES+=usr/libdata/pkgconfig/gssrpc.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506261435.55QEZwXF079487>