Summary: | */*: fix a few INSTALL_LIB static library invocations | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Siva Mahadevan <me> | ||||
Component: | Individual Port(s) | Assignee: | Robert Clausecker <fuz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fuz | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Siva Mahadevan
2024-12-11 15:03:02 UTC
Thank you for finding this one. This looks like a reasonable change. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd628b45902c959f5de7aabd8b986923a7547508 commit dd628b45902c959f5de7aabd8b986923a7547508 Author: Siva Mahadevan <me@svmhdvn.name> AuthorDate: 2024-12-10 00:12:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-17 00:31:51 +0000 */*: fix INSTALL_LIB static library invocations INSTALL_LIB must not be used to install static libraries as it strips the installed library; static libraries are useless when stripped. PR: 283258 Approved by: portmgr (infrastructure blanket) MFH: 2024Q4 devel/asfml/Makefile | 4 ++-- devel/libwasmtime/Makefile | 4 ++-- graphics/tachyon/Makefile | 4 ++-- net/quiche/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=340847f86d2f839b0ba0eec6e049a10efee2fb6f commit 340847f86d2f839b0ba0eec6e049a10efee2fb6f Author: Siva Mahadevan <me@svmhdvn.name> AuthorDate: 2024-12-10 00:12:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-17 01:01:22 +0000 */*: fix INSTALL_LIB static library invocations INSTALL_LIB must not be used to install static libraries as it strips the installed library; static libraries are useless when stripped. PR: 283258 Approved by: portmgr (infrastructure blanket) MFH: 2024Q4 (cherry picked from commit dd628b45902c959f5de7aabd8b986923a7547508) devel/asfml/Makefile | 4 ++-- devel/libwasmtime/Makefile | 3 ++- graphics/tachyon/Makefile | 4 ++-- net/quiche/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) Thank you for your contribution. |