Loading util/mk1mf.pl +1 −0 Original line number Diff line number Diff line Loading @@ -1465,6 +1465,7 @@ sub read_options "no-zlib-dynamic" => 0, "no-ssl-trace" => 0, "no-unit-test" => 0, "no-deprecated" => 0, "fips" => \$fips, "fipscanisterbuild" => [\$fips, \$fipscanisterbuild], "fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly], Loading util/mkdef.pl +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ foreach (@ARGV, split(/ /, $options)) elsif (/^no-sctp$/) { $no_sctp=1; } elsif (/^no-srtp$/) { $no_srtp=1; } elsif (/^no-unit-test$/){ $no_unit_test=1; } elsif (/^no-deprecated$/) { $no_deprecated=1; } } Loading Loading
util/mk1mf.pl +1 −0 Original line number Diff line number Diff line Loading @@ -1465,6 +1465,7 @@ sub read_options "no-zlib-dynamic" => 0, "no-ssl-trace" => 0, "no-unit-test" => 0, "no-deprecated" => 0, "fips" => \$fips, "fipscanisterbuild" => [\$fips, \$fipscanisterbuild], "fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly], Loading
util/mkdef.pl +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ foreach (@ARGV, split(/ /, $options)) elsif (/^no-sctp$/) { $no_sctp=1; } elsif (/^no-srtp$/) { $no_srtp=1; } elsif (/^no-unit-test$/){ $no_unit_test=1; } elsif (/^no-deprecated$/) { $no_deprecated=1; } } Loading