Building against a statically linked openssl fails when using --with-openssl-path when cross-compiling and using a root-fs that doesn't contain statically linked versions of libc-libs
Reported-by: Stuart Haslam <[email protected]> Signed-off-by: Anders Roxell <[email protected]> --- DEPENDENCIES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 53233ff..2654ae0 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -52,13 +52,13 @@ Prerequisites for building the OpenDataPlane (ODP) API # Build and install 32 bit version of openssl $ ./Configure linux-generic32 --cross-compile-prefix=arm-linux-gnueabihf- \ - --prefix=/home/user/src/install-openssl + --prefix=/home/user/src/install-openssl shared $ make $ make install # Build and install 64 bit version of openssl $ ./Configure linux-aarch64 --cross-compile-prefix=aarch64-linux-gnu- \ - --prefix=/home/user/src/install-openssl-aarch64 + --prefix=/home/user/src/install-openssl-aarch64 shared $ make $ make install -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
