mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix VMS use of util/mkdef.pl in top build.info
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4921)
This commit is contained in:
parent
f517911d31
commit
391d6da43e
@ -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 32
|
||||
GENERATE[libcrypto.opt]=util/mkdef.pl crypto VMS
|
||||
DEPEND[libcrypto.opt]=util/libcrypto.num
|
||||
GENERATE[libssl.opt]=util/mkdef.pl ssl 32
|
||||
GENERATE[libssl.opt]=util/mkdef.pl ssl VMS
|
||||
DEPEND[libssl.opt]=util/libssl.num
|
||||
|
||||
SHARED_SOURCE[libcrypto]=libcrypto.opt
|
||||
|
Loading…
x
Reference in New Issue
Block a user