Remove automatic RPATH - add user rpath support
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 15:05:35 +0000 (17:05 +0200)
committerRichard Levitte <richard@levitte.org>
Thu, 13 Oct 2016 00:25:42 +0000 (02:25 +0200)
commit0de5e4f0924d5101a02480f9b42513d28db1307e
tree013a38cfdd49fea63017aae9c0b247e098fd5d0c
parent68f3b899105b5709b8d73265549c93a78e0f6e72
Remove automatic RPATH - add user rpath support

Make Configure recognise -rpath and -R to support user added rpaths
for OSF1 and Solaris.  For convenience, add a variable LIBRPATH in the
Unix Makefile, which the users can use as follows:

    ./config [options] -Wl,-rpath,\$(LIBRPATH)

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