Commit 580b993
cmake: openssl: Added check for atomic library
OpenSSL on arm7 utilized atomics. In order for the configuration check
for HMAC_CTX_new to succeed, the atomic library needs to be added
to CMAKE_REQUIRED_LIBRARIES.
Fix for #35291 parent e6dc345 commit 580b993
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
336 | 344 | | |
337 | | - | |
| 345 | + | |
338 | 346 | | |
339 | 347 | | |
340 | 348 | | |
| |||
0 commit comments