Summary: | archivers/snappy: Enable RTTI info | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | vanilla:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
It's ok to me, please help to commit, thanks. Committed. Thanks for a quick approval! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=57c66677923080197589551026e400442848491c commit 57c66677923080197589551026e400442848491c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-16 02:36:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-16 02:40:17 +0000 archivers/snappy: Enable RTTI info devel/folly is (silently) built with unresolved symbols because snappy disables RTTI info. This later causes www/proxygen build failure. PR: 256625 Approved by: vanilla (maintainer) archivers/snappy/Makefile | 1 + archivers/snappy/files/patch-CMakeLists.txt | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) |
Created attachment 225834 [details] patch devel/folly builds with unresolved symbols because snappy disables RTTI info.