From 1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 6 Nov 2016 18:35:01 +0100 Subject: [PATCH] VMS: pretend to use -znodelete VMS only unloads shared libraries at process rundown, so tell the OpenSSL code so by pretending we linked with -znodelete. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1862) --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 4c6598444d..5d11d3f628 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1767,6 +1767,7 @@ sub vms_info { cflags => picker(default => "/STANDARD=(ISOC94,RELAXED)/NOLIST/PREFIX=ALL", debug => "/NOOPTIMIZE/DEBUG", release => "/OPTIMIZE/NODEBUG"), + defines => add("OPENSSL_USE_NODELETE"), lflags => picker(default => "/MAP", debug => "/DEBUG/TRACEBACK", release => "/NODEBUG/NOTRACEBACK"), -- 2.25.1