Commit a1f89ee
committed
🔧 Fix ARM64 cross-compilation with OpenSSL static linking
Resolve OpenSSL cross-compilation issues for ARM64 Linux builds
- Add --no-install-recommends flag to apt-get install for cleaner
dependency management
- Set OPENSSL_STATIC=1 to force static linking of OpenSSL
- Set OPENSSL_VENDOR=1 to use vendored OpenSSL for cross-compilation
- Add descriptive comments explaining ARM64 setup steps
This change eliminates OpenSSL cross-compilation complexity that was
causing ARM64 build failures by forcing the use of vendored OpenSSL
instead of system libraries.1 parent 00235a3 commit a1f89ee
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
0 commit comments