1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

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 47d1baf0cf)
This commit is contained in:
Jelmer Vernooij 2006-04-25 22:02:04 +00:00 committed by Gerald (Jerry) Carter
parent 4b55501d2c
commit c8106b2669
2 changed files with 2 additions and 1 deletions

View File

@ -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
#################################

View File

@ -24,6 +24,7 @@
#include "includes.h"
#include "system/kerberos.h"
#include "roken.h"
#ifdef HAVE_KRB5