Fix BSD -rpath parameter
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Jan 2016 19:35:41 +0000 (20:35 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Jan 2016 19:58:27 +0000 (20:58 +0100)
commitc64879d3f3cc4c7f1c436a9fe3bd109847a23629
treecf05861c032ed1b95644c55803c2fd492f05119b
parent928623825cc59e272e2031cd3f07c5b7bbd605d4
Fix BSD -rpath parameter

For BSD systems, Configure adds a shared_ldflags including a reference
to the Makefile variable LIBRPATH, but since it must be passed down to
Makefile.shared, care must be taken so the value of LIBRPATH doesn't
get expanded too early, or it ends up giving an empty string.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configure