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:
1828939
)
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:41:57 +0000
(
00:41
+0100)
We therefore must add defaults.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7626)
Configurations/00-base-templates.conf
patch
|
blob
|
history
diff --git
a/Configurations/00-base-templates.conf
b/Configurations/00-base-templates.conf
index dd0649d20338239cd860aef28541c4714c43e0b6..8555ba158baf7b38e9fc4859af403c1694245f49 100644
(file)
--- a/
Configurations/00-base-templates.conf
+++ b/
Configurations/00-base-templates.conf
@@
-102,6
+102,8
@@
my %targets=(
? "ranlib" : "" },
RC => "windres",
+ shared_extension => ".so",
+
build_scheme => [ "unified", "unix" ],
build_file => "Makefile",
},
@@
-142,6
+144,8
@@
my %targets=(
mtinflag => "-manifest ",
mtoutflag => "-outputresource:",
+ shared_extension => ".dll",
+
build_file => "makefile",
build_scheme => [ "unified", "windows" ],
},
@@
-160,6
+164,8
@@
my %targets=(
return [ @incs ];
}),
+ shared_extension => ".exe",
+
build_file => "descrip.mms",
build_scheme => [ "unified", "VMS" ],
},