test/recipes/90-test_shlibload.t needs $target{shared_extension}
authorRichard Levitte <levitte@openssl.org>
Tue, 13 Nov 2018 17:28:41 +0000 (18:28 +0100)
committerRichard 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

index 3455b3ace8f5d49417bbe856bd0c235fc9013ee3..8503c2f348c7aaad0389061aaea86af2d764e6d3 100644 (file)
@@ -68,6 +68,8 @@
                 }
                 return (); },
 
+        shared_extension => ".so",
+
         build_scheme    => [ "unified", "unix" ],
         build_file      => "Makefile",
     },
         mtinflag        => "-manifest ",
         mtoutflag       => "-outputresource:",
 
+        shared_extension => ".dll",
+
         build_file      => "makefile",
         build_scheme    => [ "unified", "windows" ],
     },
         inherit_from    => [ "BASE_common" ],
         template        => 1,
 
+        shared_extension => ".exe",
+
         build_file       => "descrip.mms",
         build_scheme     => [ "unified", "VMS" ],
     },