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 <levitte@openssl.org>
Thu, 13 Oct 2016 00:21:51 +0000 (02:21 +0200)
commitfad599f7f147ee71e5581211fb654c2c8c491cd8
tree47c6dd993626612757bf7e1a0db4a6ec359deee4
parent075f7e2c6062a33352f570eeafe3c95e41419521
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>
Configurations/unix-Makefile.tmpl
Configure