On Wed, Jan 29, 2014 at 08:30:16PM -0500, Benjamin Kaduk wrote: > > That routine is prototyped in <gssapi/gssapi_krb5.h>; the file(s) in > question should include that header if it is present. > > I did not get a chance to look at the full build log or other > warnings it may contain. > Ben,
Thanks very much for the pointer. I went ahead and added this to the plugins/gssapi.c source file (which uses that routine now): #ifdef HAVE_KRB5_GSS_REGISTER_ACCEPTOR_IDENTITY #include <gssapi/gssapi_krb5.h> #endif That seemed to do the trick, as there are no longer any build warnings related to krb5_gss_register_acceptor_identity. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com
signature.asc
Description: Digital signature
_______________________________________________ Pkg-cyrus-sasl2-debian-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-cyrus-sasl2-debian-devel

