Summary: | devel/android-tools: build fails if security/openssl is installed | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | brnrd, nc |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264597 |
Description
John Hein
2022-06-10 21:42:55 UTC
Similar problem, but different: bug 264597 I have some good news: I found out how to fix it. Apparently in CMake I need to do `BEFORE SYSTEM`. Will push a patch shortly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=52709fc2c45fe7662dc1278077d763b246c63c0e commit 52709fc2c45fe7662dc1278077d763b246c63c0e Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-06-10 23:18:56 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-10 23:18:56 +0000 devel/android-tools: Updaste to 31.0.3p1r1 Changes: * Fix build when security/openssl and devel/libfmt is installed * Don't rely on /proc to resolve pathname PR: 264597, 264603 Reported by: John Hein and Martin Birgmeier (depencency), Baptiste Daroussin (Linuxism) devel/android-tools/Makefile | 4 ++-- devel/android-tools/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) |