]> granicus.if.org Git - openssl/commitdiff
Don't use standard kerberos library locations in MK1MF builds.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 21 Apr 2005 00:46:28 +0000 (00:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 21 Apr 2005 00:46:28 +0000 (00:46 +0000)
Fix typo in mk1mf.pl

Configure
util/mk1mf.pl

index 1cf439d849cb53e34d12f7823b888a8ba254445e..ce0e718ef355c8b1ad8c88fecfaddaaf34ca9adc 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -995,7 +995,7 @@ if (!$no_krb5)
                        if $withargs{"krb5-dir"} eq "";
                $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
                        "/lib -lgssapi -lkrb5 -lcom_err"
-                       if $withargs{"krb5-lib"} eq "";
+                       if $withargs{"krb5-lib"} eq "" && !$IsMK1MF;
                $cflags="-DKRB5_HEIMDAL $cflags";
                }
        if ($withargs{"krb5-flavor"} =~ /^[Mm][Ii][Tt]/)
@@ -1004,7 +1004,7 @@ if (!$no_krb5)
                        if $withargs{"krb5-dir"} eq "";
                $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
                        "/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto"
-                       if $withargs{"krb5-lib"} eq "";
+                       if $withargs{"krb5-lib"} eq "" && !$IsMK1MF;
                $cflags="-DKRB5_MIT $cflags";
                $withargs{"krb5-flavor"} =~ s/^[Mm][Ii][Tt][._-]*//;
                if ($withargs{"krb5-flavor"} =~ /^1[._-]*[01]/)
index 2a4c8c34cea6a15a3033209f312113858eed72b0..3f4ffadc5c40666a7425e7ac4130da059e3c48f9 100755 (executable)
@@ -975,7 +975,7 @@ sub read_options
                "debug" => \$debug,
                "profile" => \$profile,
                "shlib" => \$shlib,
-               "dll" => \$dll,
+               "dll" => \$shlib,
                "shared" => 0,
                "no-gmp" => 0,
                "no-shared" => 0,