svn commit: samba r15256 - in branches/SAMBA_4_0/source/auth/kerberos: .

jelmer at samba.org jelmer at samba.org
Tue Apr 25 22:02:05 GMT 2006


Author: jelmer
Date: 2006-04-25 22:02:04 +0000 (Tue, 25 Apr 2006)
New Revision: 15256

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15256

Log:
Use libroken's getaddrinfo if it is not provided by the system. Should 
get the build on IRIX a bit further.

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/config.mk
   branches/SAMBA_4_0/source/auth/kerberos/kerberos.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/config.mk	2006-04-25 21:36:35 UTC (rev 15255)
+++ branches/SAMBA_4_0/source/auth/kerberos/config.mk	2006-04-25 22:02:04 UTC (rev 15256)
@@ -9,6 +9,6 @@
 			kerberos_pac.o \
 			gssapi_parse.o \
 			krb5_init_context.o
-PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC SOCKET
+PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC SOCKET HEIMDAL_ROKEN_ADDRINFO
 # End SUBSYSTEM KERBEROS
 #################################

Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos.c	2006-04-25 21:36:35 UTC (rev 15255)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos.c	2006-04-25 22:02:04 UTC (rev 15256)
@@ -24,6 +24,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "roken.h"
 
 #ifdef HAVE_KRB5
 



More information about the samba-cvs mailing list