From 59cafaced9689a8d7d4d5035ebe704a85f77033d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Feb 2020 21:10:02 -0500 Subject: Hack around openssl configure script eating -rpath --- openssl/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openssl/build.sh b/openssl/build.sh index d96a98c..30f1d5d 100644 --- a/openssl/build.sh +++ b/openssl/build.sh @@ -16,6 +16,7 @@ function prepare() { } function build() { + export LDFLAGS="-Wl,-rpath=${_runtime}/lib -L${_runtime}/lib" export KERNEL_BITS=64 export TARGET=linux-x86_64 #mkdir -p ${build_runtime}/lib -- cgit