Juergen Daubert - 2015-05-06

building of libtirpc doesn't work if kerberos is not installed.

./configure --disable-gssapi
...
make
...
make[2]: Entering directory '/tmp/libtirpc-0.3.0/src'
CC libtirpc_la-auth_none.lo
CC libtirpc_la-auth_unix.lo
CC libtirpc_la-authunix_prot.lo
CC libtirpc_la-bindresvport.lo
In file included from ../tirpc/rpc/svc_auth.h:44:0,
from ../tirpc/rpc/rpc.h:68,
from bindresvport.c:46:
../tirpc/rpc/rpcsec_gss.h:38:27: fatal error: gssapi/gssapi.h: No such file or directory
#include <gssapi gssapi.h="">
^
compilation terminated.

This is on a CRUX linux system with recent toolchain.