Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linking fail due to missing openssl. the workaround is crosscompile o…
…penssl-1.0.2 and link the .a lib to adb/ and also symlink openssl/include/openssl into include/ how to compile: $ RANLIB=aarch64-linux-gnu-ranlib AR=aarch64-linux-gnu-ar CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc make how to compile openssl: $ ./Configure linux-aarch64 --cross-compile-prefix=aarch64-linux-gnu- $ make
- Loading branch information