Commit 7b7f21cd authored by Richard Levitte's avatar Richard Levitte Committed by Richard Levitte
Browse files

Remove automatic RPATH - adapt shlib_wrap.sh



Looking for something starting with '-Wl,-rpath,' isn't good enough,
as someone might give something like '-Wl,--enable-new-dtags,-rpath,/PATH'.
Looking for ',-rpath,' should be safe enough.

We could remove the preloading stuff entirely, but just in case the
user has chosen to given RPATH setting arguments at configuration,
we'd better make sure testing will still work.  Fair warning, there
are some configuration options that do not work with preloaded OpenSSL
libraries, such as the sanity checking ones.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit 71d8ff1a)
parent 0de5e4f0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment