Actions
Bug #9283
closedMissing Build Dependency for openssl 1.0.2
Start date:
2018-03-14
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Description
openssl 1.0.2 will not build with just the standard build-essential meta package installed. The application makedepend needs to be installed as well.
The Makefile in oi-userland/components/library/openssl/openssl-1.0.2 will need an additional REQUIRED_PACKAGES line:
REQUIRED_PACKAGES += developer/build/makedepend
Updated by Michal Nowak over 5 years ago
Thank you for the bug report, Geoff. Proposed fix: https://github.com/OpenIndiana/oi-userland/pull/4164.
Updated by Alexander Pyhalov over 5 years ago
- Status changed from New to Resolved
Updated by Alexander Pyhalov over 5 years ago
- Assignee changed from OI Userland to Michal Nowak
Actions