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:
7571151
)
test/recipes/90-test_shlibload.t needs $target{shared_extension}
author
Richard Levitte
<levitte@openssl.org>
Tue, 13 Nov 2018 17:28:41 +0000
(18:28 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 13 Nov 2018 23:39:11 +0000
(
00:39
+0100)
We therefore must add defaults.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7631)
Configurations/00-base-templates.conf
patch
|
blob
|
history
diff --git
a/Configurations/00-base-templates.conf
b/Configurations/00-base-templates.conf
index 3455b3ace8f5d49417bbe856bd0c235fc9013ee3..8503c2f348c7aaad0389061aaea86af2d764e6d3 100644
(file)
--- a/
Configurations/00-base-templates.conf
+++ b/
Configurations/00-base-templates.conf
@@
-68,6
+68,8
@@
}
return (); },
+ shared_extension => ".so",
+
build_scheme => [ "unified", "unix" ],
build_file => "Makefile",
},
@@
-99,6
+101,8
@@
mtinflag => "-manifest ",
mtoutflag => "-outputresource:",
+ shared_extension => ".dll",
+
build_file => "makefile",
build_scheme => [ "unified", "windows" ],
},
@@
-107,6
+111,8
@@
inherit_from => [ "BASE_common" ],
template => 1,
+ shared_extension => ".exe",
+
build_file => "descrip.mms",
build_scheme => [ "unified", "VMS" ],
},