diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-18 21:10:02 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-18 21:10:02 -0500 |
commit | 59cafaced9689a8d7d4d5035ebe704a85f77033d (patch) | |
tree | 0f83856087a0b838523fc1551c387e95d008d1ee /openssl/build.sh | |
parent | 13984f725db156cbc952d0afe90f27da15a0b85d (diff) | |
download | spm_packages-59cafaced9689a8d7d4d5035ebe704a85f77033d.tar.gz |
Hack around openssl configure script eating -rpath
Diffstat (limited to 'openssl/build.sh')
-rw-r--r-- | openssl/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |