Commit c8a3b2c
authored
OpenSSL: strip libunwind flags for Clang-based Android NDK (#815)
Clang-based Android NDKs bundle unwind support and do not require explicit linking.
Passing malformed flags like `-l-l:libunwind.a` caused build failures with `ld.lld` on NDK r23+.
This change removes those flags from configure options to ensure successful builds.1 parent 05f0927 commit c8a3b2c
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
| |||
0 commit comments