Changes between Initial Version and Version 1 of Ticket #68766, comment 51
- Timestamp:
- Nov 28, 2023, 1:59:10 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68766, comment 51
initial v1 4 4 Ah ... I bet it also has something to do with that silly {{{-DBROKEN_CLANG_ATOMICS}}} that was added. 5 5 6 As I recall y, that was only added because the person who got stuck building openssl on their system had an outdated set of command line tools, and couldn't build openssl because of that.6 As I recall, that was only added because the person who got stuck building openssl on their system had an outdated set of command line tools, and couldn't build openssl because of that. 7 7 8 8 That led us down the rabbit hole of chasing the atomics thing, which in fact never needed to be chased at all, because once the command line tools on 10.7 were updated properly to the last version supported by the system, openssl built just fine.