Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Fix OpenSSL on Android x86_64 #1647

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Commits on Aug 9, 2023

  1. "Fix OpenSSL compilation error for Android x86_64"

    ANDROID_ARCH=x86_64 ./kodev release android
    ld: error: /home/user/koreader/base/toolchain/android-ndk-r23c/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.9/lib/linux/libclang_rt.builtins-x86_64-android.a(udivdi3.c.o) is incompatible with elf_i386
    ld: error: /home/user/koreader/base/toolchain/android-ndk-r23c/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/12.0.9/lib/linux/libclang_rt.builtins-x86_64-android.a(umoddi3.c.o) is incompatible with elf_i386
    
    It was being compiled for x86, not x86_64.
    hugleo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bc6baa7 View commit details
    Browse the repository at this point in the history