aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-04 19:11:11 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-04 19:11:11 +0100
commit3ee24d4acaff1c247db89c5cfcac17749dc3d7bc (patch)
treeb64b2eb672e7699138a83cf6ab6ae74957ce40e7 /Configurations
parent1e62cc12f35408508594be254f40bf9b65d2a3a9 (diff)
downloadopenssl-3ee24d4acaff1c247db89c5cfcac17749dc3d7bc.zip
openssl-3ee24d4acaff1c247db89c5cfcac17749dc3d7bc.tar.gz
openssl-3ee24d4acaff1c247db89c5cfcac17749dc3d7bc.tar.bz2
VMS build file template: assign 'arch' to local symbol table
Since the local symbol table is looked up before the global symbol table, 'arch' assigned in the local symbol table of the DCL where MMS is called would be seen before the 'arch' defined in descrip.mms. Assigning it to the local symbol table in descrip.mms removes that issue. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1853)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/descrip.mms.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 2c58078..d8c0d7a 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -222,7 +222,7 @@ NODEBUG=@
$(NODEBUG) !
$(NODEBUG) ! Figure out the architecture
$(NODEBUG) !
- $(NODEBUG) arch == f$edit( f$getsyi( "arch_name"), "upcase")
+ $(NODEBUG) arch = f$edit( f$getsyi( "arch_name"), "upcase")
$(NODEBUG) !
$(NODEBUG) ! Set up logical names for the libraries, so LINK and
$(NODEBUG) ! running programs can use them.