Date: Thu, 28 Aug 2025 17:35:51 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6d0016aea26b - main - ObsoleteFiles.inc: Treat usr/lib/libwind.so.11 as a library Message-ID: <202508281735.57SHZpiw058370@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6d0016aea26b1f9692257a1c8eb7fee8a4cb7f9a commit 6d0016aea26b1f9692257a1c8eb7fee8a4cb7f9a Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-08-28 17:35:34 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-08-28 17:35:34 +0000 ObsoleteFiles.inc: Treat usr/lib/libwind.so.11 as a library Reviewed by: ivy Fixes: 721c98dd89cc ("OptionalObsoleteFiles: Update Kerberos entries") Differential Revision: https://reviews.freebsd.org/D52208 --- tools/build/mk/OptionalObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index fe92cf671ebc..5eea402c4526 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2850,7 +2850,6 @@ OLD_FILES+=usr/lib/libroken.a OLD_FILES+=usr/lib/libroken.so OLD_FILES+=usr/lib/libwind.a OLD_FILES+=usr/lib/libwind.so -OLD_FILES+=usr/lib/libwind.so.11 OLD_FILES+=usr/libexec/digest-service OLD_FILES+=usr/libexec/hprop OLD_FILES+=usr/libexec/hpropd @@ -3633,6 +3632,7 @@ OLD_LIBS+=usr/lib/libkrb5.so.11 OLD_LIBS+=usr/lib/libprivateheimipcc.so.11 OLD_LIBS+=usr/lib/libprivateheimipcs.so.11 OLD_LIBS+=usr/lib/libroken.so.11 +OLD_LIBS+=usr/lib/libwind.so.11 .endif # ${MK_KERBEROS} == "no" || ${MK_MITKRB5} != "no" # MIT-specific files that don't exist in Heimdal. These should be removed if
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508281735.57SHZpiw058370>