Bugzilla – Attachment 1233 Details for
Bug 1276
Link stage fails when gssapi exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure.ac patch
try2.diff (text/plain), 774 bytes, created by
Jan Engelhardt
on 2007-01-22 22:04:51 AEDT
(
hide
)
Description:
configure.ac patch
Filename:
MIME Type:
Creator:
Jan Engelhardt
Created:
2007-01-22 22:04:51 AEDT
Size:
774 bytes
patch
obsolete
>Index: openssh-4.5p1/configure.ac >=================================================================== >--- openssh-4.5p1.orig/configure.ac >+++ openssh-4.5p1/configure.ac >@@ -3215,12 +3215,12 @@ AC_ARG_WITH(kerberos5, > ) > AC_SEARCH_LIBS(dn_expand, resolv) > >- AC_CHECK_LIB(gssapi,gss_init_sec_context, >+ AC_CHECK_LIB(gssapi_krb5, gss_init_sec_context, > [ AC_DEFINE(GSSAPI) >- K5LIBS="-lgssapi $K5LIBS" ], >- [ AC_CHECK_LIB(gssapi_krb5,gss_init_sec_context, >+ K5LIBS="-lgssapi_krb5 $K5LIBS" ], >+ [ AC_CHECK_LIB(gssapi, gss_init_sec_context, > [ AC_DEFINE(GSSAPI) >- K5LIBS="-lgssapi_krb5 $K5LIBS" ], >+ K5LIBS="-lgssapi $K5LIBS" ], > AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]), > $K5LIBS) > ],
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1276
:
1226
| 1233