Changes between Initial Version and Version 1 of Ticket #63669
- Timestamp:
- Oct 25, 2021, 11:00:16 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63669
-
Property
Summary
changed from
rsync-hfscomp: fix compile error on Big Sur, due to faulty gettimeofday() detection in configure script
torsync-hfscomp: fix compile error on Big Sur ARM, due to gettimeofday() detection in configure script
-
Property
Summary
changed from
-
Ticket #63669 – Description
initial v1 1 This new port is failing to build on Big Sur , as the configure script is failing to detect the two-arg version of gettimeofday().1 This new port is failing to build on Big Sur ARM, as the configure script is failing to detect the two-arg version of gettimeofday(). Interestingly enough, though, this is ONLY occurring for Big Sur ARM; Intel is working just fine, though. 2 2 3 Example configure output, from the ARMbuilder:3 Example configure output, from the builder: 4 4 5 5 {{{