Bugzilla – Attachment 2222 Details for
Bug 2073
solaris gssapi support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sol-gss.patch
sol-gss.patch (text/plain), 556 bytes, created by
Pierre Ossman
on 2013-02-22 02:18:35 AEDT
(
hide
)
Description:
sol-gss.patch
Filename:
MIME Type:
Creator:
Pierre Ossman
Created:
2013-02-22 02:18:35 AEDT
Size:
556 bytes
patch
obsolete
>diff -u configure.ac configure.ac >--- configure.ac (working copy) >+++ configure.ac (working copy) >@@ -3611,7 +3611,11 @@ > [ AC_CHECK_LIB([gssapi], [gss_init_sec_context], > [ AC_DEFINE([GSSAPI]) > GSSLIBS="-lgssapi" ], >- AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail])) >+ [ AC_CHECK_LIB([gss], [gss_init_sec_context], >+ [ AC_DEFINE([GSSAPI]) >+ GSSLIBS="-lgss" ], >+ AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail])) >+ ]) > ]) > > AC_CHECK_HEADER([gssapi.h], ,
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 2073
: 2222 |
2224