From: Todd Lyons Date: Wed, 23 Oct 2013 12:21:30 +0000 (-0700) Subject: Manually detect OpenSSL as submit config X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/ec557f0c2dfccbac68407e645f7887368f4f417b Manually detect OpenSSL as submit config --- diff --git a/run_build.pl b/run_build.pl index 3ceb331..fae95ba 100755 --- a/run_build.pl +++ b/run_build.pl @@ -1138,6 +1138,9 @@ sub configure @tmp; push @config_opts, grep s/^(?:EXIM_)(PERL|PYTHON)=.*/$1/, @tmp; + # OpenSSL doesn't have a specific USE flag + push @config_opts, grep s/^(TLS_LIBS.*-l(ssl|crypto)).*/OPENSSL/, + @tmp; $EximBuild::conf{config_opts} = \@config_opts; # Does not matter what the Exim version is, as long as it is valid.