summaryrefslogtreecommitdiff
path: root/openssl/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-04 17:53:44 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-04 17:53:44 -0400
commit3b30be51008b8259db9b826b10096fb35d324a2e (patch)
tree40ed563750a299b93caa1f91f7f1885119833ea7 /openssl/build.sh
parentbb038280d2b5e12916d14587fd5e82455b456698 (diff)
downloadspm_packages-3b30be51008b8259db9b826b10096fb35d324a2e.tar.gz
Back to linux development
Diffstat (limited to 'openssl/build.sh')
-rw-r--r--openssl/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/build.sh b/openssl/build.sh
index e7b34cf..c2c895d 100644
--- a/openssl/build.sh
+++ b/openssl/build.sh
@@ -13,6 +13,7 @@ depends=(
function prepare() {
tar xf ${name}-${version}.tar.gz
cd ${name}-${version}
+ export LDFLAGS="-Wl,-rpath=${_runtime}"
}
function build() {