From: Richard Levitte Date: Sun, 17 Dec 2017 08:47:04 +0000 (+0100) Subject: VMS build.info: uppercase args to perl modules must be quoted X-Git-Tag: OpenSSL_1_1_1-pre1~263 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7956a2c6eeabf46c4248e9d29c5364c48795287;p=oweals%2Fopenssl.git VMS build.info: uppercase args to perl modules must be quoted This is because VMS perl will otherwise lowercase them Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4946) --- diff --git a/build.info b/build.info index 27b295e292..13ca90d360 100644 --- a/build.info +++ b/build.info @@ -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