]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Skip unknown ABIs when building OpenSSL
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Mar 2025 07:44:15 +0000 (08:44 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 14 Apr 2025 09:54:42 +0000 (11:54 +0200)
commit09edb565ba8a69f3f2a35de89102e17f715f8e0c
tree17d754750342bdcc556126214704d7b6e9b2caa5
parent0f1f375a21d1847f28594f42a47abd9579e3a671
android: Skip unknown ABIs when building OpenSSL

Newer NDKs have RISC-V as experimental ABI (not enabled by default, see
next commit).  If we don't have a mapping for a specific target, OpenSSL
falls back to 'android-arm', so that won't really work (interestingly,
it does build).
src/frontends/android/openssl/compile.sh