Hi, > Do I need to build OpenSSL from source in order to get 16Kb page size libs?
I don't know when upstream Qt will update whatever builds they provide as I usually build everything from scratch myself. So I can point you to my build scripts which I recently updated to the latest version: https://github.com/Martchus/PKGBUILDs/tree/master/openssl The most important bit is actually not in the OpenSSL-specific script but in the env I use for all Android builds: https://github.com/Martchus/PKGBUILDs/commit/ a6e6afdd0ad431aff40798d9a57006e4fae9de34 This tiny change seemed to make the 16KB page size support work for all libraries I care about, including Qt and OpenSSL. These build scripts are intended to be executed under Arch Linux (or a container) but you can also grab binaries from my repo, e.g.: https://ftp.f3l.de/~martchus/ownstuff/os/any/android-aarch64-openssl-3.5.1-1-any.pkg.tar.zst Those archives can probably also just be extracted and used under other operating systems then Arch Linux. Maybe even under Windows (where the packages can also be installed via MSYS2, see https://github.com/Martchus/cpp-utilities?tab=readme-ov-file#building-under-windows-for-android).
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest