Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-26 12:19:06 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-26 12:19:06 +0300
commitb81ef842272cd4ae9bb1b3ad83a7c78a323ac313 (patch)
treee4ee7aa868903900b3b2dee1e4230ea65a48cf8a /Configure
parent91203a9482b94e4b9175a2a5a70d3dab3fdce694 (diff)
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used. PR: 346
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/Configure b/Configure
index 63fab50ba8..c3dc87c56c 100755
--- a/Configure
+++ b/Configure
@@ -973,6 +973,17 @@ else
my ($lresolv, $lpath, $lext);
if ($withargs{"krb5-flavor"} =~ /^[Hh]eimdal$/)
{
+ die "Sorry, Heimdal is currently not supported\n";
+ }
+ ##### HACK to force use of Heimdal.
+ ##### WARNING: Since we don't really have adequate support for Heimdal,
+ ##### using this will break the build. You'll have to make
+ ##### changes to the source, and if you do, please send
+ ##### patches to openssl-dev@openssl.org
+ if ($withargs{"krb5-flavor"} =~ /^force-[Hh]eimdal$/)
+ {
+ 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";
$withargs{"krb5-dir"} = "/usr/heimdal"
if $withargs{"krb5-dir"} eq "";
$withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.