Bugzilla – Attachment 1685 Details for
Bug 1639
krb5-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch solving the problem
krb5-config.patch (text/plain), 624 bytes, created by
jchadima
on 2009-08-31 18:26:02 AEST
(
hide
)
Description:
Patch solving the problem
Filename:
MIME Type:
Creator:
jchadima
Created:
2009-08-31 18:26:02 AEST
Size:
624 bytes
patch
obsolete
>diff -up openssh-5.2p1/configure.ac.krb5-config openssh-5.2p1/configure.ac >--- openssh-5.2p1/configure.ac.krb5-config 2009-02-16 05:37:03.000000000 +0100 >+++ openssh-5.2p1/configure.ac 2009-08-11 20:20:10.934689861 +0200 >@@ -3355,8 +3355,10 @@ AC_ARG_WITH(kerberos5, > KRB5_MSG="yes" > > AC_MSG_CHECKING(for krb5-config) >- if test -x $KRB5ROOT/bin/krb5-config ; then >- KRB5CONF=$KRB5ROOT/bin/krb5-config >+ AC_PATH_PROG([KRB5CONF],[krb5-config], >+ [$KRB5ROOT/bin/krb5-config], >+ [$KRB5ROOT/bin:$PATH]) >+ if test -x $KRB5CONF ; then > AC_MSG_RESULT($KRB5CONF) > > AC_MSG_CHECKING(for gssapi support)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1639
: 1685