From: Richard Levitte Date: Sun, 6 Nov 2016 17:35:01 +0000 (+0100) Subject: VMS: pretend to use -znodelete X-Git-Tag: OpenSSL_1_1_1-pre1~3178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2;p=oweals%2Fopenssl.git 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) --- 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"),