diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-08 16:45:17 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-08 16:45:17 -0400 |
commit | e35536c7e947df1e2bae70ad746e31648e6d002b (patch) | |
tree | 5a3a0d92aa5378b90d228f08f363f880c3425d36 /openssl | |
parent | 3b30be51008b8259db9b826b10096fb35d324a2e (diff) | |
download | spm_packages-e35536c7e947df1e2bae70ad746e31648e6d002b.tar.gz |
Fix bugs
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/build.sh b/openssl/build.sh index c2c895d..dc785f4 100644 --- a/openssl/build.sh +++ b/openssl/build.sh @@ -13,7 +13,7 @@ depends=( function prepare() { tar xf ${name}-${version}.tar.gz cd ${name}-${version} - export LDFLAGS="-Wl,-rpath=${_runtime}" + export LDFLAGS="-Wl,-rpath,${_runtime}" } function build() { |