projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7dc7c
)
VMS: fix typo, shared libraries have the extension .EXE, not .OLB
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jul 2016 11:24:26 +0000
(13:24 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 20 Jul 2016 12:16:11 +0000
(14:16 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index 706b4f421f9be778a6886f44357612bda32a1f29..e256ef135faef20c479fff5b4f60dfd8e9c35b58 100644
(file)
--- a/
Configurations/descrip.mms.tmpl
+++ b/
Configurations/descrip.mms.tmpl
@@
-386,7
+386,7
@@
install_dev : check_INSTALLTOP
@{$unified_info{install}->{libraries}}) -}
@ {- output_off() if $disabled{shared}; "" -} !
{- join("\n ",
- map { "COPY/PROT=W:R $_.
OLB
ossl_installroot:[LIB.'arch']" }
+ map { "COPY/PROT=W:R $_.
EXE
ossl_installroot:[LIB.'arch']" }
@install_shlibs) -}
@ {- output_on() if $disabled{shared}; "" -} !