summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-06 18:35:01 +0100
committerRichard Levitte <richard@levitte.org>2016-11-06 19:51:29 +0100
commit294f7a746e9928ce4ba509e0e8fa181f18e24efd (patch)
tree142bb27d6dfbbf8e3bd5989d71ed4dff0d6960d8 /Configurations
parent5ee32f27a618a013b3426ef0ae4e3daedb61b862 (diff)
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) (cherry picked from commit 1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2)
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 ffa5d38d4b..99e435d40d 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1748,6 +1748,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"),