提交 a7956a2c 编写于 作者: R Richard Levitte

VMS build.info: uppercase args to perl modules must be quoted

This is because VMS perl will otherwise lowercase them
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4946)
上级 b903fb60
......@@ -54,9 +54,9 @@ IF[{- $config{target} =~ /^VC-/ -}]
SHARED_SOURCE[libcrypto]=libcrypto.def
SHARED_SOURCE[libssl]=libssl.def
ELSIF[{- $config{target} =~ /^vms/ -}]
GENERATE[libcrypto.opt]=util/mkdef.pl crypto VMS
GENERATE[libcrypto.opt]=util/mkdef.pl crypto "VMS"
DEPEND[libcrypto.opt]=util/libcrypto.num
GENERATE[libssl.opt]=util/mkdef.pl ssl VMS
GENERATE[libssl.opt]=util/mkdef.pl ssl "VMS"
DEPEND[libssl.opt]=util/libssl.num
SHARED_SOURCE[libcrypto]=libcrypto.opt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册