> dependall ===> lib/../external/mpl/bind/lib/libdns > create libdns/gssapictx.d > /u/NetBSD/src.ks/external/mpl/bind/lib/libdns/../../dist/lib/dns/gssapictx.c:24:10: > fatal error: gssapi/gssapi.h: No such file or directory > 24 | #include <gssapi/gssapi.h> > | ^~~~~~~~~~~~~~~~~ > compilation terminated. > nbmkdep: compile failed.
Hm, yes... Our in-tree BIND ships with a "static" config.h file which has "#define HAVE_GSSAPI 1", and while BIND has a configure option --without-gssapi which would probably make HAVE_GSSAPI not be defined, the configure script isn't used in our setup. You could try to comment out HAVE_GSSAPI in the include/config.h file and see how that goes. Regards, - HÃ¥vard