@@ -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
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 <stuart.haslam@arm.com> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- DEPENDENCIES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)