I forgot that @ in strings must be escaped in Perl
This commit is contained in:
parent
ba8ad07490
commit
ec7164133d
@ -1004,7 +1004,7 @@ else
|
|||||||
if ($withargs{"krb5-flavor"} =~ /^force-[Hh]eimdal$/)
|
if ($withargs{"krb5-flavor"} =~ /^force-[Hh]eimdal$/)
|
||||||
{
|
{
|
||||||
warn "Heimdal isn't really supported. Your build WILL break\n";
|
warn "Heimdal isn't really supported. Your build WILL break\n";
|
||||||
warn "If you fix the problems, please send a patch to openssl-dev@openssl.org\n";
|
warn "If you fix the problems, please send a patch to openssl-dev\@openssl.org\n";
|
||||||
$withargs{"krb5-dir"} = "/usr/heimdal"
|
$withargs{"krb5-dir"} = "/usr/heimdal"
|
||||||
if $withargs{"krb5-dir"} eq "";
|
if $withargs{"krb5-dir"} eq "";
|
||||||
$withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
|
$withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user