From: Richard Levitte Date: Tue, 13 Nov 2018 17:28:41 +0000 (+0100) Subject: test/recipes/90-test_shlibload.t needs $target{shared_extension} X-Git-Tag: OpenSSL_1_1_0j~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=841303dad2d0bb28db2317d36ef430e73d137d3d;p=oweals%2Fopenssl.git test/recipes/90-test_shlibload.t needs $target{shared_extension} We therefore must add defaults. Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/7631) --- diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 3455b3ace8..8503c2f348 100644 --- 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" ], },