aboutsummaryrefslogtreecommitdiffstats
path: root/util/shlib_wrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* Touch the correct variables for the system; shlib_wrap.sh on SolarisRichard Levitte2016-03-091-3/+7
| | | | | | | | | 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>
* Recognise 32-bit Solaris in util/shlib_wrap.shRichard Levitte2016-03-091-0/+5
| | | | | | Submitted by Erik Forsberg <erik@efca.com> Reviewed-by: Andy Polyakov <appro@openssl.org>
* Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov2015-10-131-1/+1
| | | | | | (part by Alessandro Ghedini) Reviewed-by: Richard Levitte <levitte@openssl.org>
* Make Makefiles OSF-make-friendly.Andy Polyakov2013-11-121-1/+5
| | | | PR: 3165
* PR: 2101 (additional)Dr. Stephen Henson2009-11-151-1/+3
| | | | | | | Submitted by: Roumen Petrov <openssl@roumenpetrov.info> Approved by: steve@openssl.org Another mingw fix.
* PR: 1958Dr. Stephen Henson2009-06-171-1/+1
| | | | | | | Submitted by: Sean Boudreau <seanb@qnx.com> Approved by: steve@openssl.org qnx6 support.
* shlib_wrap commentary update.Andy Polyakov2007-08-271-0/+6
|
* shlib_wrap update, IRIX section.Andy Polyakov2007-08-271-3/+13
|
* shlib_wrap.sh update.Andy Polyakov2007-07-161-3/+8
|
* Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov2005-02-061-3/+7
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-0/+66
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte