]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Configurations/00-base-templates.conf
Make sure that generated POD files are actually created before we run doc-nits
[thirdparty/openssl.git] / Configurations / 00-base-templates.conf
index 516e3cd525d2be3ed45fc5989b9b1c5efb9abba1..c92d640c85b08b4464ae3588ed0cdc4878be8dc5 100644 (file)
@@ -42,10 +42,9 @@ my %targets=(
        shared_defines  => [],
        shared_ldflag   => "",
        shared_rcflag   => "",
-       shared_extension        => "",
 
        #### Defaults for the benefit of the config targets who don't inherit
-       #### a BASE and assume Unixly defaults
+       #### a BASE and assume Unix defaults
        #### THESE WILL DISAPPEAR IN OpenSSL 1.2
        build_scheme    => [ "unified", "unix" ],
        build_file      => "Makefile",
@@ -104,6 +103,8 @@ my %targets=(
 
         build_scheme    => [ "unified", "unix" ],
         build_file      => "Makefile",
+
+        perl_platform   => 'Unix',
     },
 
     BASE_Windows => {
@@ -144,6 +145,8 @@ my %targets=(
 
         build_file      => "makefile",
         build_scheme    => [ "unified", "windows" ],
+
+        perl_platform   => 'Windows',
     },
 
     BASE_VMS => {
@@ -162,6 +165,8 @@ my %targets=(
 
         build_file       => "descrip.mms",
         build_scheme     => [ "unified", "VMS" ],
+
+        perl_platform    => 'VMS',
     },
 
     uplink_common => {
@@ -300,7 +305,7 @@ my %targets=(
        sha1_asm_src    => "sha1-armv4-large.S sha256-armv4.S sha512-armv4.S",
        modes_asm_src   => "ghash-armv4.S ghashv8-armx.S",
        chacha_asm_src  => "chacha-armv4.S",
-       poly1305_asm_src=> "poly1305-armv4.S", 
+       poly1305_asm_src=> "poly1305-armv4.S",
        keccak1600_asm_src      => "keccak1600-armv4.S",
        perlasm_scheme  => "void"
     },