[Bug 284153] security/liboqs: Fix aarch64 build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jan 2025 11:36:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284153 Bug ID: 284153 Summary: security/liboqs: Fix aarch64 build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: brnrd@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org Created attachment 256795 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256795&action=edit git diff for security/liboqs. On aarch64, liboqs builds and installs the kem_bike.h files (since 0.12.0?), but these are masked by the @comment. This makes dependent ports fail as another header includes the kem_bike.h leading to a problem. See https://pkg-status.freebsd.org/ampere2/data/main-arm64-default/p7c3dbec016b0_s62e841ccce3/logs/openssl-oqsprovider-0.8.0_1.log Patch adds the kem_bike header for aarch64 builds. -- You are receiving this mail because: You are the assignee for the bug.