summaryrefslogtreecommitdiffstats
path: root/util/shlib_wrap.sh
AgeCommit message (Collapse)Author
2016-03-09Touch the correct variables for the system; shlib_wrap.sh on SolarisRichard Levitte
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>
2016-03-09Recognise 32-bit Solaris in util/shlib_wrap.shRichard Levitte
Submitted by Erik Forsberg <erik@efca.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-10-13Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov
(part by Alessandro Ghedini) Reviewed-by: Richard Levitte <levitte@openssl.org>
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
PR: 3165
2009-11-15PR: 2101 (additional)Dr. Stephen Henson
Submitted by: Roumen Petrov <openssl@roumenpetrov.info> Approved by: steve@openssl.org Another mingw fix.
2009-06-17PR: 1958Dr. Stephen Henson
Submitted by: Sean Boudreau <seanb@qnx.com> Approved by: steve@openssl.org qnx6 support.
2007-08-27shlib_wrap commentary update.Andy Polyakov
2007-08-27shlib_wrap update, IRIX section.Andy Polyakov
2007-07-16shlib_wrap.sh update.Andy Polyakov
2005-02-06Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte