Remove automatic RPATH
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 15:18:11 +0000 (17:18 +0200)
committerRichard Levitte <richard@levitte.org>
Thu, 13 Oct 2016 00:24:40 +0000 (02:24 +0200)
commit68f3b899105b5709b8d73265549c93a78e0f6e72
tree01b2736de0fcba9bb76220b5174046aed474de42
parente4e407fe829fb474432b62b46e18f8de8e3a1729
Remove automatic RPATH

Before OpenSSL 1.1.0, binaries were installed in a non-standard
location by default, and runpath directories were therefore added in
those binaries, to make sure the executables would be able to find the
shared libraries they were linked with.

With OpenSSL 1.1.0 and on, binaries are installed in standard
directories by default, and the addition of runpath directories is
therefore not needed any more.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 075f7e2c6062a33352f570eeafe3c95e41419521)
Configurations/unix-Makefile.tmpl
Makefile.shared