aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-06 18:35:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-06 18:35:01 +0100
commit1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2 (patch)
tree133d89c78269a9ac5adcc2366e60c5576cdbdb2a /Configurations
parentc76da13cd9a2b90d831903aa4378f754d9737f2a (diff)
downloadopenssl-1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2.zip
openssl-1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2.tar.gz
openssl-1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2.tar.bz2
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 <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1862)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 4c65984..5d11d3f 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"),