Summary: | security/s2n-tls: fix build with clang 15 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(eduardo) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 265425 | ||||||
Attachments: |
|
Description
Dimitry Andric
2022-12-16 16:51:51 UTC
Created attachment 238843 [details]
security/s2n-tls: fix build with clang 15
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=425a32db6a0406255991176098e93ba221218678 commit 425a32db6a0406255991176098e93ba221218678 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-12-16 21:06:40 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-16 21:08:54 +0000 security/s2n-tls: Fix llvm15 build Fix llvm15 build due to the port using -Werror by default, and prototypes are now more strictly checked. Add -Wno-strict-prototypes to CFLAGS to suppress the warnings-as-errors. PR: 268413 security/s2n-tls/Makefile | 4 ++++ 1 file changed, 4 insertions(+) Confirmed. Added upstream issue: https://github.com/aws/s2n-tls/issues/3720 Thanks |