From e05735caf135db25fab411d08b6418730219d43f Mon Sep 17 00:00:00 2001 From: appro Date: Sat, 12 Feb 2011 16:43:41 +0000 Subject: dso_dlfcn.c: make it work on Tru64 4.0. PR: 2316 --- crypto/dso/dso_dlfcn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/dso') diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 8dc2f0859..5f2254806 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -85,6 +85,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void) # define HAVE_DLINFO 1 # if defined(_AIX) || defined(__CYGWIN__) || \ defined(__SCO_VERSION__) || defined(_SCO_ELF) || \ + (defined(__osf__) && !defined(RTLD_NEXT)) || \ (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \ defined(__ANDROID__) # undef HAVE_DLINFO -- cgit v1.2.1