Remove automatic RPATH
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 15:18:11 +0000 (17:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 13 Oct 2016 00:21:51 +0000 (02:21 +0200)
commit075f7e2c6062a33352f570eeafe3c95e41419521
tree0e053e372ae25f5b114fd19fbfa75d4fe0c83400
parent7954dced19a7e59e7055eab95a981fa943c7d100
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>
Configurations/unix-Makefile.tmpl
Makefile.shared