Page MenuHomeFreeBSD

devel/crc32c: fix build on big-endian architectures
ClosedPublic

Authored by pkubaj on Jul 24 2019, 1:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 27 2024, 1:25 AM
Unknown Object (File)
Feb 1 2024, 3:55 PM
Unknown Object (File)
Jan 30 2024, 9:00 PM
Unknown Object (File)
Jan 15 2024, 4:10 PM
Unknown Object (File)
Jan 3 2024, 6:30 AM
Unknown Object (File)
Dec 20 2023, 2:47 AM
Unknown Object (File)
Sep 30 2023, 1:45 PM
Unknown Object (File)
Sep 21 2023, 5:40 PM
Subscribers
None

Details

Summary

C++11 compiler is needed:

Target "crc32c" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.

Additionally, big-endian code in src/crc32c_read_le.h needs fixing - the value is 64 bits wide, not 32 bits.

PR: 239420

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25492
Build 24111: arc lint + arc unit