Summary: | dev-util/perf-4.20.3 USE=crypt - add libressl support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Shunsuke Shimizu <grafi> |
Component: | Current packages | Assignee: | Naohiro Aota <naota> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | dlan, spiderx, telans |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 561854 | ||
Attachments: | Add libressl USE flag |
Libressl support has been discontinued in Gentoo. https://www.gentoo.org/support/news-items/2021-01-05-libressl-support-discontinued.html |
Created attachment 563706 [details, diff] Add libressl USE flag The dependency of crypt USE flag is fixed to openssl. With the attached patch, perf built fine with libressl. Perf uses openssl only for computing MD5 or SHA1 checksum, so intricate compatibility problem isn't likely.