Touch the correct variables for the system; shlib_wrap.sh on Solaris
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 10:36:32 +0000 (11:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 11:21:01 +0000 (12:21 +0100)
commite76f48539109829819aabc03953cf2cfd4612961
tree4ce5affbe3fb94f8fff47da880f4d0fcc13f9344
parentd3b3715072f1d589ee88a68cc5c07e93a31c0f09
Touch the correct variables for the system; shlib_wrap.sh on Solaris

If there is cause to think LD_LIBRARY_PATH_32 and LD_PRELOAD_32 are
appropriate variables to touch, do so.  Otherwise, touch the usual
LD_LIBRARY_PATH and LD_PRELOAD.  This covers for older installations
that don't have a mix of 32-bit and 64-bit libs.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit a772e9d01a81dae132cb03107292b3ecc725e5af)
util/shlib_wrap.sh