From c8106b2669fc17e38c924bd545a952702cfacf65 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Apr 2006 22:02:04 +0000 Subject: r15256: Use libroken's getaddrinfo if it is not provided by the system. Should get the build on IRIX a bit further. (This used to be commit 47d1baf0cf719dbb1113a79bba50d4075eb06411) --- source4/auth/kerberos/config.mk | 2 +- source4/auth/kerberos/kerberos.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk index bce6c97848..2a729ef239 100644 --- a/source4/auth/kerberos/config.mk +++ b/source4/auth/kerberos/config.mk @@ -9,6 +9,6 @@ OBJ_FILES = kerberos.o \ 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 ################################# diff --git a/source4/auth/kerberos/kerberos.c b/source4/auth/kerberos/kerberos.c index 5e2b6ce019..ef3ebc3ba9 100644 --- a/source4/auth/kerberos/kerberos.c +++ b/source4/auth/kerberos/kerberos.c @@ -24,6 +24,7 @@ #include "includes.h" #include "system/kerberos.h" +#include "roken.h" #ifdef HAVE_KRB5 -- cgit