Bugzilla – Attachment 1226 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]
proposed fix
openssh-4.5p1-fix_gssapi_linking.diff (text/plain), 907 bytes, created by
Jan Engelhardt
on 2007-01-18 04:00:33 AEDT
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Jan Engelhardt
Created:
2007-01-18 04:00:33 AEDT
Size:
907 bytes
patch
obsolete
> >Change the order for checking for gssapi libraries. > >Signed-off-by: Jan Engelhardt <jengelh@gmx.de> > >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"; echo SCREW THE WORLD; ], >- [ 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) > ], >#<EOF>
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 Raw
Actions:
View
Attachments on
bug 1276
:
1226
|
1233