From ec557f0c2dfccbac68407e645f7887368f4f417b Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Wed, 23 Oct 2013 05:21:30 -0700 Subject: [PATCH] Manually detect OpenSSL as submit config --- run_build.pl | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.30.2